ROOT: skip environment lint, matches filter 'lint' .pkg: remove tox env folder /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/python-test-helper/.tox/.pkg py38: install_deps> python -I -m pip install coverage pytest .pkg: install_requires> python -I -m pip install 'setuptools>=61.0' .pkg: _optional_hooks> python /usr/local/lib/python3.10/dist-packages/pyproject_api/_backend.py True setuptools.build_meta .pkg: get_requires_for_build_sdist> python /usr/local/lib/python3.10/dist-packages/pyproject_api/_backend.py True setuptools.build_meta .pkg: get_requires_for_build_wheel> python /usr/local/lib/python3.10/dist-packages/pyproject_api/_backend.py True setuptools.build_meta .pkg: install_requires_for_build_wheel> python -I -m pip install wheel .pkg: freeze> python -m pip freeze --all .pkg: pip==24.0,setuptools==69.1.0,wheel==0.42.0 .pkg: prepare_metadata_for_build_wheel> python /usr/local/lib/python3.10/dist-packages/pyproject_api/_backend.py True setuptools.build_meta .pkg: build_sdist> python /usr/local/lib/python3.10/dist-packages/pyproject_api/_backend.py True setuptools.build_meta py38: install_package> python -I -m pip install --force-reinstall --no-deps /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/python-test-helper/.tox/.tmp/package/2/test_helper-0.0.0+dev.ce78fa35.tar.gz py38: freeze> python -m pip freeze --all py38: coverage==7.5.4,exceptiongroup==1.2.1,iniconfig==2.0.0,packaging==24.1,pip==24.0,pluggy==1.5.0,pytest==8.2.2,setuptools==69.1.0,test_helper @ file:///builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/python-test-helper/.tox/.tmp/package/2/test_helper-0.0.0%2Bdev.ce78fa35.tar.gz#sha256=c4034652608aaa9fd2326d6f44dd674a026f46ec922425413c79da527d787a98,tomli==2.0.1,wheel==0.42.0 py38: commands[0]> coverage run --source test_helper -m pytest -W error -W ignore:pkg_resources:DeprecationWarning ============================= test session starts ============================== platform linux -- Python 3.8.19, pytest-8.2.2, pluggy-1.5.0 cachedir: .tox/py38/.pytest_cache rootdir: /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/python-test-helper configfile: pyproject.toml collected 3 items tests/test_no_reference_leaks.py ... [100%] ============================== 3 passed in 2.59s =============================== py38: OK ✔ in 22.82 seconds py39: install_deps> python -I -m pip install coverage pytest py39: install_package> python -I -m pip install --force-reinstall --no-deps /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/python-test-helper/.tox/.tmp/package/3/test_helper-0.0.0+dev.ce78fa35.tar.gz py39: freeze> python -m pip freeze --all py39: coverage==7.5.4,exceptiongroup==1.2.1,iniconfig==2.0.0,packaging==24.1,pip==24.0,pluggy==1.5.0,pytest==8.2.2,setuptools==69.1.0,test_helper @ file:///builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/python-test-helper/.tox/.tmp/package/3/test_helper-0.0.0%2Bdev.ce78fa35.tar.gz#sha256=c4034652608aaa9fd2326d6f44dd674a026f46ec922425413c79da527d787a98,tomli==2.0.1,wheel==0.42.0 py39: commands[0]> coverage run --source test_helper -m pytest -W error -W ignore:pkg_resources:DeprecationWarning ============================= test session starts ============================== platform linux -- Python 3.9.19, pytest-8.2.2, pluggy-1.5.0 cachedir: .tox/py39/.pytest_cache rootdir: /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/python-test-helper configfile: pyproject.toml collected 3 items tests/test_no_reference_leaks.py ... [100%] ============================== 3 passed in 2.88s =============================== py39: OK ✔ in 12.18 seconds py310: install_deps> python -I -m pip install coverage pytest py310: install_package> python -I -m pip install --force-reinstall --no-deps /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/python-test-helper/.tox/.tmp/package/4/test_helper-0.0.0+dev.ce78fa35.tar.gz py310: freeze> python -m pip freeze --all py310: coverage==7.5.4,exceptiongroup==1.2.1,iniconfig==2.0.0,packaging==24.1,pip==24.0,pluggy==1.5.0,pytest==8.2.2,setuptools==69.1.0,test_helper @ file:///builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/python-test-helper/.tox/.tmp/package/4/test_helper-0.0.0%2Bdev.ce78fa35.tar.gz#sha256=c4034652608aaa9fd2326d6f44dd674a026f46ec922425413c79da527d787a98,tomli==2.0.1,wheel==0.42.0 py310: commands[0]> coverage run --source test_helper -m pytest -W error -W ignore:pkg_resources:DeprecationWarning ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-8.2.2, pluggy-1.5.0 cachedir: .tox/py310/.pytest_cache rootdir: /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/helper/python-test-helper configfile: pyproject.toml collected 3 items tests/test_no_reference_leaks.py ... [100%] ============================== 3 passed in 3.71s =============================== py310: OK ✔ in 13.56 seconds coverage: install_deps> python -I -m pip install coverage coverage: freeze> python -m pip freeze --all coverage: coverage==7.5.4,pip==24.0,setuptools==69.1.0,wheel==0.42.0 coverage: commands[0]> coverage combine Combined data file .coverage.runner-hyvuztwq-project-4590-concurrent-2.2918.XTDefdtx Combined data file .coverage.runner-hyvuztwq-project-4590-concurrent-2.2960.XLLZTjMx Combined data file .coverage.runner-hyvuztwq-project-4590-concurrent-2.3000.XSzUOKpx coverage: commands[1]> coverage report Name Stmts Miss Cover ----------------------------------------------------------- src/test_helper/__init__.py 2 0 100% src/test_helper/no_reference_leaks.py 60 4 93% ----------------------------------------------------------- TOTAL 62 4 94% coverage: commands[2]> coverage xml Wrote XML report to coverage.xml py38: OK (22.82=setup[19.41]+cmd[3.41] seconds) py39: OK (12.18=setup[8.81]+cmd[3.37] seconds) py310: OK (13.56=setup[9.15]+cmd[4.41] seconds) coverage: OK (3.93=setup[3.45]+cmd[0.16,0.14,0.17] seconds) congratulations :) (52.66 seconds)