./devtools/lanceur_tox.bash : Lanceur tox py310: install_deps .> python -I -m pip install pytest pytest-cov py310: freeze .> python -m pip freeze --all py310: coverage==7.13.5,exceptiongroup==1.3.1,iniconfig==2.3.0,packaging==26.0,pip==26.0.1,pluggy==1.6.0,Pygments==2.19.2,pytest==9.0.2,pytest-cov==7.1.0,setuptools==82.0.0,tomli==2.4.1,typing_extensions==4.15.0 ::group::tox: py310 - run unit tests py310: commands[0]> pytest --cov=src --cov-append --cov-report html:rapports/tox_cov_html_py310 --cov-report xml:rapports/tox_cov_py310.xml tests/ ============================= test session starts ============================== platform linux -- Python 3.10.19, pytest-9.0.2, pluggy-1.6.0 cachedir: .tox/py310/.pytest_cache rootdir: /home/runner/work/listem3u/listem3u configfile: pyproject.toml plugins: cov-7.1.0 collected 31 items tests/test_listem3u.py ............................... INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/_pytest/main.py", line 318, in wrap_session INTERNALERROR> session.exitstatus = doit(config, session) or 0 INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/_pytest/main.py", line 372, in _main INTERNALERROR> config.hook.pytest_runtestloop(session=session) INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/pluggy/_hooks.py", line 512, in __call__ INTERNALERROR> return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult) INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/pluggy/_manager.py", line 120, in _hookexec INTERNALERROR> return self._inner_hookexec(hook_name, methods, kwargs, firstresult) INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/pluggy/_callers.py", line 167, in _multicall INTERNALERROR> raise exception INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall INTERNALERROR> teardown.throw(exception) INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/_pytest/logging.py", line 801, in pytest_runtestloop INTERNALERROR> return (yield) # Run all the tests. INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/pluggy/_callers.py", line 139, in _multicall INTERNALERROR> teardown.throw(exception) INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/_pytest/terminal.py", line 707, in pytest_runtestloop INTERNALERROR> result = yield INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/pluggy/_callers.py", line 152, in _multicall INTERNALERROR> teardown.send(result) INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/pytest_cov/plugin.py", line 352, in pytest_runtestloop INTERNALERROR> self.cov_controller.finish() INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/pytest_cov/engine.py", line 44, in ensure_topdir_wrapper INTERNALERROR> return meth(self, *args, **kwargs) INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/pytest_cov/engine.py", line 275, in finish INTERNALERROR> self.cov.combine() INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/coverage/control.py", line 907, in combine INTERNALERROR> combine_parallel_data( INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/coverage/data.py", line 214, in combine_parallel_data INTERNALERROR> data.update(new_data, map_path=map_path) INTERNALERROR> File "/home/runner/work/listem3u/listem3u/.tox/py310/lib/python3.10/site-packages/coverage/sqldata.py", line 706, in update INTERNALERROR> raise DataError( INTERNALERROR> coverage.exceptions.DataError: Can't combine statement coverage data with branch data ============================== 31 passed in 0.09s ============================== py310: exit 3 (0.42 seconds) /home/runner/work/listem3u/listem3u> pytest --cov=src --cov-append --cov-report html:rapports/tox_cov_html_py310 --cov-report xml:rapports/tox_cov_py310.xml tests/ pid=48951 ::endgroup:: py310: FAIL code 3 (4.05=setup[3.63]+cmd[0.42] seconds) evaluation failed :( (4.08 seconds)