.pkg: remove tox env folder /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python/.tox/.pkg py38: install_deps> python -I -m pip install aioresponses coverage pytest pytest-aioresponses python-dateutil .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: freeze> python -m pip freeze --all .pkg: pip==24.3.1,setuptools==75.8.0,wheel==0.45.1 .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_deps> python -I -m pip install aiohttp python-dateutil typing_extensions py38: install_package> python -I -m pip install --force-reinstall --no-deps /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python/.tox/.tmp/package/2/crosslab_api_client-0.0.0.tar.gz py38: freeze> python -m pip freeze --all py38: aiohappyeyeballs==2.4.4,aiohttp==3.10.11,aioresponses==0.7.8,aiosignal==1.3.1,async-timeout==5.0.1,attrs==25.1.0,coverage==7.6.1,crosslab_api_client @ file:///builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python/.tox/.tmp/package/2/crosslab_api_client-0.0.0.tar.gz#sha256=25c207d4993aeacf60a1671a49cfbca49737385d049b9c532e5067b8bcd0ad85,exceptiongroup==1.2.2,frozenlist==1.5.0,idna==3.10,iniconfig==2.0.0,multidict==6.1.0,packaging==24.2,pip==24.3.1,pluggy==1.5.0,propcache==0.2.0,pytest==8.3.5,pytest-aioresponses==0.3.0,python-dateutil==2.9.0.post0,setuptools==75.3.0,six==1.17.0,tomli==2.2.1,typing_extensions==4.12.2,wheel==0.45.1,yarl==1.15.2 py38: commands[0]> coverage run --source crosslab -m pytest -W error -W ignore:pkg_resources:DeprecationWarning ============================= test session starts ============================== platform linux -- Python 3.8.20, pytest-8.3.5, pluggy-1.5.0 cachedir: .tox/py38/.pytest_cache rootdir: /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python configfile: setup.cfg plugins: aioresponses-0.3.0 collected 0 items / 2 errors ==================================== ERRORS ==================================== ________________ ERROR collecting tests/test_improved_client.py ________________ tests/test_improved_client.py:14: in @pytest.mark.asyncio .tox/py38/lib/python3.8/site-packages/_pytest/mark/structures.py:546: in __getattr__ warnings.warn( E pytest.PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html ____________________ ERROR collecting tests/test_openapi.py ____________________ tests/test_openapi.py:33: in @pytest.mark.asyncio .tox/py38/lib/python3.8/site-packages/_pytest/mark/structures.py:546: in __getattr__ warnings.warn( E pytest.PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html =========================== short test summary info ============================ ERROR tests/test_improved_client.py - pytest.PytestUnknownMarkWarning: Unknow... ERROR tests/test_openapi.py - pytest.PytestUnknownMarkWarning: Unknown pytest... !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 2 errors in 13.92s ============================== py38: exit 2 (14.89 seconds) /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python> coverage run --source crosslab -m pytest -W error -W ignore:pkg_resources:DeprecationWarning pid=15407 py38: FAIL ✖ in 34.96 seconds py39: install_deps> python -I -m pip install aioresponses coverage pytest pytest-aioresponses python-dateutil py39: install_package_deps> python -I -m pip install aiohttp python-dateutil typing_extensions py39: install_package> python -I -m pip install --force-reinstall --no-deps /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python/.tox/.tmp/package/3/crosslab_api_client-0.0.0.tar.gz py39: freeze> python -m pip freeze --all py39: aiohappyeyeballs==2.4.6,aiohttp==3.11.13,aioresponses==0.7.8,aiosignal==1.3.2,async-timeout==5.0.1,attrs==25.1.0,coverage==7.6.12,crosslab_api_client @ file:///builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python/.tox/.tmp/package/3/crosslab_api_client-0.0.0.tar.gz#sha256=25c207d4993aeacf60a1671a49cfbca49737385d049b9c532e5067b8bcd0ad85,exceptiongroup==1.2.2,frozenlist==1.5.0,idna==3.10,iniconfig==2.0.0,multidict==6.1.0,packaging==24.2,pip==24.3.1,pluggy==1.5.0,propcache==0.3.0,pytest==8.3.5,pytest-aioresponses==0.3.0,python-dateutil==2.9.0.post0,setuptools==75.8.0,six==1.17.0,tomli==2.2.1,typing_extensions==4.12.2,wheel==0.45.1,yarl==1.18.3 py39: commands[0]> coverage run --source crosslab -m pytest -W error -W ignore:pkg_resources:DeprecationWarning ============================= test session starts ============================== platform linux -- Python 3.9.21, pytest-8.3.5, pluggy-1.5.0 cachedir: .tox/py39/.pytest_cache rootdir: /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python configfile: setup.cfg plugins: aioresponses-0.3.0 collected 0 items / 2 errors ==================================== ERRORS ==================================== ________________ ERROR collecting tests/test_improved_client.py ________________ tests/test_improved_client.py:14: in @pytest.mark.asyncio .tox/py39/lib/python3.9/site-packages/_pytest/mark/structures.py:546: in __getattr__ warnings.warn( E pytest.PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html ____________________ ERROR collecting tests/test_openapi.py ____________________ tests/test_openapi.py:33: in @pytest.mark.asyncio .tox/py39/lib/python3.9/site-packages/_pytest/mark/structures.py:546: in __getattr__ warnings.warn( E pytest.PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html =========================== short test summary info ============================ ERROR tests/test_improved_client.py - pytest.PytestUnknownMarkWarning: Unknow... ERROR tests/test_openapi.py - pytest.PytestUnknownMarkWarning: Unknown pytest... !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 2 errors in 13.49s ============================== py39: exit 2 (14.45 seconds) /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python> coverage run --source crosslab -m pytest -W error -W ignore:pkg_resources:DeprecationWarning pid=15451 py39: FAIL ✖ in 30.1 seconds py310: install_deps> python -I -m pip install aioresponses coverage pytest pytest-aioresponses python-dateutil py310: install_package_deps> python -I -m pip install aiohttp python-dateutil typing_extensions py310: install_package> python -I -m pip install --force-reinstall --no-deps /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python/.tox/.tmp/package/4/crosslab_api_client-0.0.0.tar.gz py310: freeze> python -m pip freeze --all py310: aiohappyeyeballs==2.4.6,aiohttp==3.11.13,aioresponses==0.7.8,aiosignal==1.3.2,async-timeout==5.0.1,attrs==25.1.0,coverage==7.6.12,crosslab_api_client @ file:///builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python/.tox/.tmp/package/4/crosslab_api_client-0.0.0.tar.gz#sha256=25c207d4993aeacf60a1671a49cfbca49737385d049b9c532e5067b8bcd0ad85,exceptiongroup==1.2.2,frozenlist==1.5.0,idna==3.10,iniconfig==2.0.0,multidict==6.1.0,packaging==24.2,pip==24.3.1,pluggy==1.5.0,propcache==0.3.0,pytest==8.3.5,pytest-aioresponses==0.3.0,python-dateutil==2.9.0.post0,setuptools==75.8.0,six==1.17.0,tomli==2.2.1,typing_extensions==4.12.2,wheel==0.45.1,yarl==1.18.3 py310: commands[0]> coverage run --source crosslab -m pytest -W error -W ignore:pkg_resources:DeprecationWarning ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-8.3.5, pluggy-1.5.0 cachedir: .tox/py310/.pytest_cache rootdir: /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python configfile: setup.cfg plugins: aioresponses-0.3.0 collected 0 items / 2 errors ==================================== ERRORS ==================================== ________________ ERROR collecting tests/test_improved_client.py ________________ tests/test_improved_client.py:14: in @pytest.mark.asyncio .tox/py310/lib/python3.10/site-packages/_pytest/mark/structures.py:546: in __getattr__ warnings.warn( E pytest.PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html ____________________ ERROR collecting tests/test_openapi.py ____________________ tests/test_openapi.py:33: in @pytest.mark.asyncio .tox/py310/lib/python3.10/site-packages/_pytest/mark/structures.py:546: in __getattr__ warnings.warn( E pytest.PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html =========================== short test summary info ============================ ERROR tests/test_improved_client.py - pytest.PytestUnknownMarkWarning: Unknow... ERROR tests/test_openapi.py - pytest.PytestUnknownMarkWarning: Unknown pytest... !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 2 errors in 14.06s ============================== py310: exit 2 (14.98 seconds) /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python> coverage run --source crosslab -m pytest -W error -W ignore:pkg_resources:DeprecationWarning pid=15492 py310: FAIL ✖ in 30.33 seconds py311: install_deps> python -I -m pip install aioresponses coverage pytest pytest-aioresponses python-dateutil py311: install_package_deps> python -I -m pip install aiohttp python-dateutil typing_extensions py311: install_package> python -I -m pip install --force-reinstall --no-deps /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python/.tox/.tmp/package/5/crosslab_api_client-0.0.0.tar.gz py311: freeze> python -m pip freeze --all py311: aiohappyeyeballs==2.4.6,aiohttp==3.11.13,aioresponses==0.7.8,aiosignal==1.3.2,attrs==25.1.0,coverage==7.6.12,crosslab_api_client @ file:///builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python/.tox/.tmp/package/5/crosslab_api_client-0.0.0.tar.gz#sha256=25c207d4993aeacf60a1671a49cfbca49737385d049b9c532e5067b8bcd0ad85,frozenlist==1.5.0,idna==3.10,iniconfig==2.0.0,multidict==6.1.0,packaging==24.2,pip==24.3.1,pluggy==1.5.0,propcache==0.3.0,pytest==8.3.5,pytest-aioresponses==0.3.0,python-dateutil==2.9.0.post0,setuptools==75.8.0,six==1.17.0,typing_extensions==4.12.2,wheel==0.45.1,yarl==1.18.3 py311: commands[0]> coverage run --source crosslab -m pytest -W error -W ignore:pkg_resources:DeprecationWarning ============================= test session starts ============================== platform linux -- Python 3.11.11, pytest-8.3.5, pluggy-1.5.0 cachedir: .tox/py311/.pytest_cache rootdir: /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python configfile: setup.cfg plugins: aioresponses-0.3.0 collected 0 items / 2 errors ==================================== ERRORS ==================================== ________________ ERROR collecting tests/test_improved_client.py ________________ tests/test_improved_client.py:14: in @pytest.mark.asyncio .tox/py311/lib/python3.11/site-packages/_pytest/mark/structures.py:546: in __getattr__ warnings.warn( E pytest.PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html ____________________ ERROR collecting tests/test_openapi.py ____________________ tests/test_openapi.py:33: in @pytest.mark.asyncio .tox/py311/lib/python3.11/site-packages/_pytest/mark/structures.py:546: in __getattr__ warnings.warn( E pytest.PytestUnknownMarkWarning: Unknown pytest.mark.asyncio - is this a typo? You can register custom marks to avoid this warning - for details, see https://docs.pytest.org/en/stable/how-to/mark.html =========================== short test summary info ============================ ERROR tests/test_improved_client.py - pytest.PytestUnknownMarkWarning: Unknow... ERROR tests/test_openapi.py - pytest.PytestUnknownMarkWarning: Unknown pytest... !!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!! ============================== 2 errors in 13.83s ============================== py311: exit 2 (14.82 seconds) /builds/FakIA/fachgebiet-iks/goldi/goldi2/crosslab/clients/api/python> coverage run --source crosslab -m pytest -W error -W ignore:pkg_resources:DeprecationWarning pid=15535 py311: FAIL ✖ in 29.85 seconds coverage: install_deps> python -I -m pip install coverage coverage: freeze> python -m pip freeze --all coverage: coverage==7.6.12,pip==24.3.1,setuptools==75.8.0,wheel==0.45.1 coverage: commands[0]> coverage combine Combined data file .coverage.runner-hyvuztwq-project-4590-concurrent-0.15407.XFMLhYKx Combined data file .coverage.runner-hyvuztwq-project-4590-concurrent-0.15451.XuEFGULx Combined data file .coverage.runner-hyvuztwq-project-4590-concurrent-0.15492.XFbNLyux Combined data file .coverage.runner-hyvuztwq-project-4590-concurrent-0.15535.XbjJHaHx coverage: commands[1]> coverage report Name Stmts Miss Cover ---------------------------------------------------------------- src/crosslab/api_client/__init__.py 1 0 100% src/crosslab/api_client/client.py 998 918 8% src/crosslab/api_client/exceptions.py 2 0 100% src/crosslab/api_client/improved_client.py 15 9 40% src/crosslab/api_client/schemas.py 1412 0 100% ---------------------------------------------------------------- TOTAL 2428 927 62% coverage: commands[2]> coverage xml Wrote XML report to coverage.xml coverage: commands[3]> bash -c 'coverage report | grep TOTAL | tr -s '"'"' '"'"' | cut -d'"'"' '"'"' -f4 > coverage.txt' py38: FAIL code 2 (34.96=setup[20.07]+cmd[14.89] seconds) py39: FAIL code 2 (30.10=setup[15.65]+cmd[14.45] seconds) py310: FAIL code 2 (30.33=setup[15.35]+cmd[14.98] seconds) py311: FAIL code 2 (29.85=setup[15.03]+cmd[14.82] seconds) coverage: OK (5.59=setup[3.60]+cmd[0.19,0.55,0.71,0.54] seconds) evaluation failed :( (130.97 seconds)