Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps-dev): bump setuptools from 69.0.2 to 70.0.0 #39

Closed
wants to merge 1 commit into from

chore(deps-dev): bump setuptools from 69.0.2 to 70.0.0

b9060b5
Select commit
Loading
Failed to load commit list.
Closed

chore(deps-dev): bump setuptools from 69.0.2 to 70.0.0 #39

chore(deps-dev): bump setuptools from 69.0.2 to 70.0.0
b9060b5
Select commit
Loading
Failed to load commit list.
firefoxci-taskcluster / test-unit succeeded Sep 4, 2024 in 3m 34s

FirefoxCI (pull_request)

Run unit tests to validate the latest changes

Details

View task in Taskcluster
View logs in Taskcluster


[task 2024-09-04T20:24:42.829Z]   • Installing redo (2.0.4)
[task 2024-09-04T20:24:42.829Z]   • Updating requests-toolbelt (1.0.0 -> 0.10.1)
[task 2024-09-04T20:24:42.829Z]   • Installing responses (0.23.3)
[task 2024-09-04T20:24:42.829Z]   • Installing slugid (2.0.0)
[task 2024-09-04T20:24:42.829Z]   • Installing taskcluster-urls (13.0.1)
[task 2024-09-04T20:24:42.829Z]   • Installing virtualenv (20.25.0)
[task 2024-09-04T20:24:42.830Z]   • Installing voluptuous (0.14.1)
[task 2024-09-04T20:24:42.830Z]   • Installing coverage (7.3.3)
[task 2024-09-04T20:24:42.830Z]   • Updating gql (3.5.0 -> 3.4.1)
[task 2024-09-04T20:24:42.830Z]   • Updating pyjwt (2.9.0 -> 2.8.0)
[task 2024-09-04T20:24:42.830Z]   • Installing pyright (1.1.340)
[task 2024-09-04T20:24:42.830Z]   • Installing pytest-aioresponses (0.2.0)
[task 2024-09-04T20:24:42.830Z]   • Installing pytest-mock (3.12.0)
[task 2024-09-04T20:24:42.830Z]   • Installing pytest-responses (0.5.1)
[task 2024-09-04T20:24:42.830Z]   • Installing sphinx-autobuild (2021.3.14)
[task 2024-09-04T20:24:42.831Z]   • Installing sphinx-book-theme (1.0.1)
[task 2024-09-04T20:24:42.831Z]   • Installing taskcluster-taskgraph (7.0.0)
[task 2024-09-04T20:24:42.831Z]   • Installing tox (4.11.4)
[task 2024-09-04T20:24:42.831Z] 
[task 2024-09-04T20:24:42.831Z] Installing the current project: simple-github (1.0.0)
[task 2024-09-04T20:24:42.831Z] py39: commands[1]> poetry run python --version
[task 2024-09-04T20:24:42.831Z] Python 3.9.18
[task 2024-09-04T20:24:42.831Z] py39: commands[2]> poetry run coverage run --context=py39 -p -m pytest -vv
[task 2024-09-04T20:24:42.832Z] ============================= test session starts ==============================
[task 2024-09-04T20:24:42.832Z] platform linux -- Python 3.9.18, pytest-7.4.3, pluggy-1.3.0 -- /builds/worker/checkouts/vcs/.tox/py39/bin/python
[task 2024-09-04T20:24:42.832Z] cachedir: .tox/py39/.pytest_cache
[task 2024-09-04T20:24:42.832Z] rootdir: /builds/worker/checkouts/vcs
[task 2024-09-04T20:24:42.832Z] configfile: pyproject.toml
[task 2024-09-04T20:24:42.832Z] plugins: asyncio-0.21.1, aioresponses-0.2.0, mock-3.12.0, anyio-4.4.0, responses-0.5.1
[task 2024-09-04T20:24:42.832Z] asyncio: mode=strict
[task 2024-09-04T20:24:42.832Z] collecting ... collected 14 items
[task 2024-09-04T20:24:42.832Z] 
[task 2024-09-04T20:24:42.833Z] test/test_auth.py::test_token_auth_get_token PASSED                      [  7%]
[task 2024-09-04T20:24:42.833Z] test/test_auth.py::test_app_auth_get_token PASSED                        [ 14%]
[task 2024-09-04T20:24:42.833Z] test/test_auth.py::test_app_installation_auth_get_token PASSED           [ 21%]
[task 2024-09-04T20:24:42.833Z] test/test_client.py::test_async_client_get_session PASSED                [ 28%]
[task 2024-09-04T20:24:42.833Z] test/test_client.py::test_sync_client_get_session PASSED                 [ 35%]
[task 2024-09-04T20:24:42.834Z] test/test_client.py::test_async_client_rest PASSED                       [ 42%]
[task 2024-09-04T20:24:42.834Z] test/test_client.py::test_sync_client_rest PASSED                        [ 50%]
[task 2024-09-04T20:24:42.834Z] test/test_client.py::test_async_client_rest_with_text PASSED             [ 57%]
[task 2024-09-04T20:24:42.834Z] test/test_client.py::test_sync_client_rest_with_text PASSED              [ 64%]
[task 2024-09-04T20:24:42.834Z] test/test_client.py::test_async_client_graphql PASSED                    [ 71%]
[task 2024-09-04T20:24:42.834Z] test/test_client.py::test_sync_client_graphql PASSED                     [ 78%]
[task 2024-09-04T20:24:42.834Z] test/test_simple_github.py::test_token_client PASSED                     [ 85%]
[task 2024-09-04T20:24:42.834Z] test/test_simple_github.py::test_app_client PASSED                       [ 92%]
[task 2024-09-04T20:24:42.834Z] test/test_simple_github.py::test_app_installation_client PASSED          [100%]
[task 2024-09-04T20:24:42.835Z] 
[task 2024-09-04T20:24:42.835Z] ============================== 14 passed in 2.03s ==============================
[task 2024-09-04T20:24:43.579Z] py310: install_package_deps> python -I -m pip install 'aiohttp[speedups]<4.0.0,>=3.8.6' 'gql[aiohttp,requests]<4.0.0,>=3.4.1' 'pyjwt[crypto]<3.0.0,>=2.8.0' 'requests<3.0.0,>=2.31.0'
[task 2024-09-04T20:24:43.579Z] py310: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/5/simple_github-1.0.0.tar.gz
[task 2024-09-04T20:24:43.579Z] py310: commands[0]> poetry install --with test
[task 2024-09-04T20:24:43.579Z] Installing dependencies from lock file
[task 2024-09-04T20:24:43.579Z] 
[task 2024-09-04T20:24:43.579Z] Package operations: 69 installs, 20 updates, 0 removals
[task 2024-09-04T20:24:43.579Z] 
[task 2024-09-04T20:24:43.579Z]   • Updating certifi (2024.8.30 -> 2023.11.17)
[task 2024-09-04T20:24:43.579Z]   • Updating frozenlist (1.4.1 -> 1.4.0)
[task 2024-09-04T20:24:43.579Z]   • Updating idna (3.8 -> 3.7)
[task 2024-09-04T20:24:43.579Z]   • Installing markupsafe (2.1.3)
[task 2024-09-04T20:24:43.579Z]   • Installing mdurl (0.1.2)
[task 2024-09-04T20:24:43.579Z]   • Updating multidict (6.0.5 -> 6.0.4)
[task 2024-09-04T20:24:43.579Z]   • Updating pycparser (2.22 -> 2.21)
[task 2024-09-04T20:24:43.579Z]   • Installing six (1.16.0)
[task 2024-09-04T20:24:43.579Z]   • Updating urllib3 (2.2.2 -> 1.26.18)
[task 2024-09-04T20:24:43.579Z]   • Installing alabaster (0.7.13)
[task 2024-09-04T20:24:43.579Z]   • Updating attrs (24.2.0 -> 23.1.0)
[task 2024-09-04T20:24:43.579Z]   • Installing babel (2.14.0)
[task 2024-09-04T20:24:43.579Z]   • Installing docutils (0.19)
[task 2024-09-04T20:24:43.579Z]   • Installing chardet (5.2.0)
[task 2024-09-04T20:24:43.579Z]   • Updating cffi (1.17.0 -> 1.16.0)
[task 2024-09-04T20:24:43.579Z]   • Updating exceptiongroup (1.2.2 -> 1.2.0)
[task 2024-09-04T20:24:43.579Z]   • Installing imagesize (1.4.1)
[task 2024-09-04T20:24:43.579Z]   • Installing iniconfig (2.0.0)
[task 2024-09-04T20:24:43.580Z]   • Installing jinja2 (3.1.4)
[task 2024-09-04T20:24:43.580Z]   • Installing markdown-it-py (3.0.0)
[task 2024-09-04T20:24:43.580Z]   • Installing packaging (23.2)
[task 2024-09-04T20:24:43.580Z]   • Installing pluggy (1.3.0)
[task 2024-09-04T20:24:43.580Z]   • Installing pygments (2.17.2)
[task 2024-09-04T20:24:43.580Z]   • Installing python-dateutil (2.8.2)
[task 2024-09-04T20:24:43.580Z]   • Updating requests (2.32.3 -> 2.32.0)
[task 2024-09-04T20:24:43.580Z]   • Installing snowballstemmer (2.2.0)
[task 2024-09-04T20:24:43.580Z]   • Installing soupsieve (2.5)
[task 2024-09-04T20:24:43.580Z]   • Installing sphinxcontrib-applehelp (1.0.4)
[task 2024-09-04T20:24:43.580Z]   • Installing sphinxcontrib-devhelp (1.0.2)
[task 2024-09-04T20:24:43.580Z]   • Installing sphinxcontrib-htmlhelp (2.0.1)
[task 2024-09-04T20:24:43.580Z]   • Installing sphinxcontrib-jsmath (1.0.1)
[task 2024-09-04T20:24:43.580Z]   • Installing sphinxcontrib-qthelp (1.0.3)
[task 2024-09-04T20:24:43.580Z]   • Installing sphinxcontrib-serializinghtml (1.1.5)
[task 2024-09-04T20:24:43.580Z]   • Installing text-unidecode (1.3)
[task 2024-09-04T20:24:43.580Z]   • Installing tomli (2.0.1)
[task 2024-09-04T20:24:43.580Z]   • Installing types-python-dateutil (2.8.19.14)
[task 2024-09-04T20:24:43.580Z]   • Updating yarl (1.9.9 -> 1.9.4)
[task 2024-09-04T20:24:43.580Z]   • Installing accessible-pygments (0.0.4)
[task 2024-09-04T20:24:43.580Z]   • Updating aiohttp (3.10.5 -> 3.8.6)
[task 2024-09-04T20:24:43.580Z]   • Installing arrow (1.3.0)
[task 2024-09-04T20:24:43.580Z]   • Installing beautifulsoup4 (4.12.2)
[task 2024-09-04T20:24:43.580Z]   • Installing binaryornot (0.4.4)
[task 2024-09-04T20:24:43.580Z]   • Installing click (8.1.7)
[task 2024-09-04T20:24:43.580Z]   • Installing distlib (0.3.8)
[task 2024-09-04T20:24:43.580Z]   • Installing filelock (3.13.1)
[task 2024-09-04T20:24:43.580Z]   • Installing giturlparse (0.12.0)
[task 2024-09-04T20:24:43.580Z]   • Installing platformdirs (4.1.0)
[task 2024-09-04T20:24:43.580Z]   • Installing pytest (7.4.3)
[task 2024-09-04T20:24:43.580Z]   • Installing python-slugify (8.0.1)
[task 2024-09-04T20:24:43.580Z]   • Installing pyyaml (6.0.1)
[task 2024-09-04T20:24:43.580Z]   • Installing rich (13.7.0)
[task 2024-09-04T20:24:43.580Z]   • Updating setuptools (69.0.2 -> 70.0.0)
[task 2024-09-04T20:24:43.580Z]   • Installing sphinx (6.2.1)
[task 2024-09-04T20:24:43.580Z]   • Installing tornado (6.4.1)
[task 2024-09-04T20:24:43.580Z]   • Installing types-pyyaml (6.0.12.12)
[task 2024-09-04T20:24:43.580Z]   • Updating typing-extensions (4.12.2 -> 4.9.0)
[task 2024-09-04T20:24:43.580Z]   • Updating aiodns (3.2.0 -> 3.1.1)
[task 2024-09-04T20:24:43.580Z]   • Installing aioresponses (0.7.6)
[task 2024-09-04T20:24:43.580Z]   • Installing appdirs (1.4.4)
[task 2024-09-04T20:24:43.580Z]   • Installing cachetools (5.3.2)
[task 2024-09-04T20:24:43.580Z]   • Installing colorama (0.4.6)
[task 2024-09-04T20:24:43.580Z]   • Installing cookiecutter (2.5.0)
[task 2024-09-04T20:24:43.580Z]   • Updating cryptography (43.0.1 -> 42.0.4)
[task 2024-09-04T20:24:43.580Z]   • Updating graphql-core (3.2.4 -> 3.2.3)
[task 2024-09-04T20:24:43.580Z]   • Installing json-e (4.6.0)
[task 2024-09-04T20:24:43.580Z]   • Installing livereload (2.6.3)
[task 2024-09-04T20:24:43.580Z]   • Installing mozilla-repo-urls (0.1.1)
[task 2024-09-04T20:24:43.580Z]   • Installing nodeenv (1.8.0)
[task 2024-09-04T20:24:43.580Z]   • Installing pydata-sphinx-theme (0.14.4)
[task 2024-09-04T20:24:43.580Z]   • Installing pyproject-api (1.6.1)
[task 2024-09-04T20:24:43.580Z]   • Installing pytest-asyncio (0.21.1)
[task 2024-09-04T20:24:43.580Z]   • Installing redo (2.0.4)
[task 2024-09-04T20:24:43.580Z]   • Updating requests-toolbelt (1.0.0 -> 0.10.1)
[task 2024-09-04T20:24:43.580Z]   • Installing responses (0.23.3)
[task 2024-09-04T20:24:43.581Z]   • Installing slugid (2.0.0)
[task 2024-09-04T20:24:43.581Z]   • Installing taskcluster-urls (13.0.1)
[task 2024-09-04T20:24:43.581Z]   • Installing virtualenv (20.25.0)
[task 2024-09-04T20:24:43.581Z]   • Installing voluptuous (0.14.1)
[task 2024-09-04T20:24:43.581Z]   • Installing coverage (7.3.3)
[task 2024-09-04T20:24:43.581Z]   • Updating gql (3.5.0 -> 3.4.1)
[task 2024-09-04T20:24:43.581Z]   • Installing pytest-aioresponses (0.2.0)
[task 2024-09-04T20:24:43.581Z]   • Installing pyright (1.1.340)
[task 2024-09-04T20:24:43.581Z]   • Updating pyjwt (2.9.0 -> 2.8.0)
[task 2024-09-04T20:24:43.581Z]   • Installing pytest-mock (3.12.0)
[task 2024-09-04T20:24:43.581Z]   • Installing pytest-responses (0.5.1)
[task 2024-09-04T20:24:43.581Z]   • Installing sphinx-autobuild (2021.3.14)
[task 2024-09-04T20:24:43.581Z]   • Installing sphinx-book-theme (1.0.1)
[task 2024-09-04T20:24:43.581Z]   • Installing taskcluster-taskgraph (7.0.0)
[task 2024-09-04T20:24:43.581Z]   • Installing tox (4.11.4)
[task 2024-09-04T20:24:43.581Z] 
[task 2024-09-04T20:24:43.581Z] Installing the current project: simple-github (1.0.0)
[task 2024-09-04T20:24:43.581Z] py310: commands[1]> poetry run python --version
[task 2024-09-04T20:24:43.581Z] Python 3.10.13
[task 2024-09-04T20:24:43.581Z] py310: commands[2]> poetry run coverage run --context=py310 -p -m pytest -vv
[task 2024-09-04T20:24:43.581Z] ============================= test session starts ==============================
[task 2024-09-04T20:24:43.581Z] platform linux -- Python 3.10.13, pytest-7.4.3, pluggy-1.3.0 -- /builds/worker/checkouts/vcs/.tox/py310/bin/python
[task 2024-09-04T20:24:43.581Z] cachedir: .tox/py310/.pytest_cache
[task 2024-09-04T20:24:43.581Z] rootdir: /builds/worker/checkouts/vcs
[task 2024-09-04T20:24:43.581Z] configfile: pyproject.toml
[task 2024-09-04T20:24:43.581Z] plugins: asyncio-0.21.1, aioresponses-0.2.0, mock-3.12.0, anyio-4.4.0, responses-0.5.1
[task 2024-09-04T20:24:43.581Z] asyncio: mode=strict
[task 2024-09-04T20:24:43.581Z] collecting ... collected 14 items
[task 2024-09-04T20:24:43.581Z] 
[task 2024-09-04T20:24:43.581Z] test/test_auth.py::test_token_auth_get_token PASSED                      [  7%]
[task 2024-09-04T20:24:43.581Z] test/test_auth.py::test_app_auth_get_token PASSED                        [ 14%]
[task 2024-09-04T20:24:43.581Z] test/test_auth.py::test_app_installation_auth_get_token PASSED           [ 21%]
[task 2024-09-04T20:24:43.581Z] test/test_client.py::test_async_client_get_session PASSED                [ 28%]
[task 2024-09-04T20:24:43.581Z] test/test_client.py::test_sync_client_get_session PASSED                 [ 35%]
[task 2024-09-04T20:24:43.581Z] test/test_client.py::test_async_client_rest PASSED                       [ 42%]
[task 2024-09-04T20:24:43.581Z] test/test_client.py::test_sync_client_rest PASSED                        [ 50%]
[task 2024-09-04T20:24:43.581Z] test/test_client.py::test_async_client_rest_with_text PASSED             [ 57%]
[task 2024-09-04T20:24:43.581Z] test/test_client.py::test_sync_client_rest_with_text PASSED              [ 64%]
[task 2024-09-04T20:24:43.581Z] test/test_client.py::test_async_client_graphql PASSED                    [ 71%]
[task 2024-09-04T20:24:43.581Z] test/test_client.py::test_sync_client_graphql PASSED                     [ 78%]
[task 2024-09-04T20:24:43.581Z] test/test_simple_github.py::test_token_client PASSED                     [ 85%]
[task 2024-09-04T20:24:43.581Z] test/test_simple_github.py::test_app_client PASSED                       [ 92%]
[task 2024-09-04T20:24:43.581Z] test/test_simple_github.py::test_app_installation_client PASSED          [100%]
[task 2024-09-04T20:24:43.581Z] 
[task 2024-09-04T20:24:43.581Z] ============================== 14 passed in 0.82s ==============================
[task 2024-09-04T20:24:55.284Z] Warning: The file chosen for install of requests 2.32.0 (requests-2.32.0-py3-none-any.whl) is yanked. Reason for being yanked: Yanked due to conflicts with CVE-2024-35195 mitigation
[task 2024-09-04T20:24:55.284Z] Warning: The file chosen for install of requests 2.32.0 (requests-2.32.0-py3-none-any.whl) is yanked. Reason for being yanked: Yanked due to conflicts with CVE-2024-35195 mitigation
[task 2024-09-04T20:24:55.284Z] Warning: The file chosen for install of requests 2.32.0 (requests-2.32.0-py3-none-any.whl) is yanked. Reason for being yanked: Yanked due to conflicts with CVE-2024-35195 mitigation
[task 2024-09-04T20:24:55.284Z] Task was destroyed but it is pending!
[task 2024-09-04T20:24:55.284Z] task: <Task pending name='Task-6' coro=<ReconnectingAsyncClientSession._connection_loop() running at /builds/worker/checkouts/vcs/.tox/py38/lib/python3.8/site-packages/gql/client.py:1350> wait_for=<Future pending cb=[<TaskWakeupMethWrapper object at 0x7fc044bd62b0>()]>>
[task 2024-09-04T20:24:55.284Z] Unclosed client session
[task 2024-09-04T20:24:55.284Z] client_session: <aiohttp.client.ClientSession object at 0x7fc044ad09a0>
[task 2024-09-04T20:24:55.284Z] Warning: The file chosen for install of requests 2.32.0 (requests-2.32.0-py3-none-any.whl) is yanked. Reason for being yanked: Yanked due to conflicts with CVE-2024-35195 mitigation
[task 2024-09-04T20:24:55.284Z] Warning: The file chosen for install of requests 2.32.0 (requests-2.32.0-py3-none-any.whl) is yanked. Reason for being yanked: Yanked due to conflicts with CVE-2024-35195 mitigation
[task 2024-09-04T20:24:55.284Z] Warning: The file chosen for install of requests 2.32.0 (requests-2.32.0-py3-none-any.whl) is yanked. Reason for being yanked: Yanked due to conflicts with CVE-2024-35195 mitigation
[task 2024-09-04T20:24:55.284Z] .pkg: _exit> python /builds/worker/.cache/pypoetry/virtualenvs/simple-github-hlUNdH3O-py3.11/lib/python3.11/site-packages/pyproject_api/_backend.py True poetry.core.masonry.api
[task 2024-09-04T20:24:55.284Z] report: install_package_deps> python -I -m pip install 'aiohttp[speedups]<4.0.0,>=3.8.6' 'gql[aiohttp,requests]<4.0.0,>=3.4.1' 'pyjwt[crypto]<3.0.0,>=2.8.0' 'requests<3.0.0,>=2.31.0'
[task 2024-09-04T20:24:55.284Z] report: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/6/simple_github-1.0.0.tar.gz
[task 2024-09-04T20:24:55.284Z] report: commands[0]> poetry install --only test
[task 2024-09-04T20:24:55.284Z] Installing dependencies from lock file
[task 2024-09-04T20:24:55.284Z] 
[task 2024-09-04T20:24:55.284Z] Package operations: 23 installs, 9 updates, 0 removals
[task 2024-09-04T20:24:55.284Z] 
[task 2024-09-04T20:24:55.284Z]   • Updating frozenlist (1.4.1 -> 1.4.0)
[task 2024-09-04T20:24:55.284Z]   • Updating idna (3.8 -> 3.7)
[task 2024-09-04T20:24:55.284Z]   • Updating multidict (6.0.5 -> 6.0.4)
[task 2024-09-04T20:24:55.284Z]   • Installing async-timeout (4.0.3)
[task 2024-09-04T20:24:55.284Z]   • Updating attrs (24.2.0 -> 23.1.0)
[task 2024-09-04T20:24:55.284Z]   • Updating certifi (2024.8.30 -> 2023.11.17)
[task 2024-09-04T20:24:55.284Z]   • Installing iniconfig (2.0.0)
[task 2024-09-04T20:24:55.284Z]   • Installing packaging (23.2)
[task 2024-09-04T20:24:55.284Z]   • Installing pluggy (1.3.0)
[task 2024-09-04T20:24:55.284Z]   • Updating urllib3 (2.2.2 -> 1.26.18)
[task 2024-09-04T20:24:55.284Z]   • Updating yarl (1.9.9 -> 1.9.4)
[task 2024-09-04T20:24:55.284Z]   • Updating aiohttp (3.10.5 -> 3.8.6)
[task 2024-09-04T20:24:55.284Z]   • Installing distlib (0.3.8)
[task 2024-09-04T20:24:55.284Z]   • Installing filelock (3.13.1)
[task 2024-09-04T20:24:55.284Z]   • Installing platformdirs (4.1.0)
[task 2024-09-04T20:24:55.284Z]   • Installing pytest (7.4.3)
[task 2024-09-04T20:24:55.284Z]   • Installing pyyaml (6.0.1)
[task 2024-09-04T20:24:55.284Z]   • Updating requests (2.32.3 -> 2.32.0)
[task 2024-09-04T20:24:55.284Z]   • Installing types-pyyaml (6.0.12.12)
[task 2024-09-04T20:24:55.284Z]   • Installing aioresponses (0.7.6)
[task 2024-09-04T20:24:55.284Z]   • Installing cachetools (5.3.2)
[task 2024-09-04T20:24:55.284Z]   • Installing chardet (5.2.0)
[task 2024-09-04T20:24:55.284Z]   • Installing colorama (0.4.6)
[task 2024-09-04T20:24:55.284Z]   • Installing pyproject-api (1.6.1)
[task 2024-09-04T20:24:55.284Z]   • Installing pytest-asyncio (0.21.1)
[task 2024-09-04T20:24:55.284Z]   • Installing responses (0.23.3)
[task 2024-09-04T20:24:55.285Z]   • Installing virtualenv (20.25.0)
[task 2024-09-04T20:24:55.285Z]   • Installing coverage (7.3.3)
[task 2024-09-04T20:24:55.285Z]   • Installing pytest-aioresponses (0.2.0)
[task 2024-09-04T20:24:55.285Z]   • Installing pytest-mock (3.12.0)
[task 2024-09-04T20:24:55.285Z]   • Installing pytest-responses (0.5.1)
[task 2024-09-04T20:24:55.285Z]   • Installing tox (4.11.4)
[task 2024-09-04T20:24:55.285Z] 
[task 2024-09-04T20:24:55.285Z] Installing the current project: simple-github (1.0.0)
[task 2024-09-04T20:24:55.285Z] report: commands[1]> poetry run coverage combine
[task 2024-09-04T20:24:55.285Z] Combined data file .coverage.0e90793629e4.1810.XGWFFJox
[task 2024-09-04T20:24:55.286Z] Combined data file .coverage.0e90793629e4.2067.XWVNQbfx
[task 2024-09-04T20:24:55.286Z] Combined data file .coverage.0e90793629e4.2045.XNwfYdcx
[task 2024-09-04T20:24:55.287Z] Combined data file .coverage.0e90793629e4.2110.XriOlPfx
[task 2024-09-04T20:24:55.287Z] report: commands[2]> poetry run coverage xml -o /builds/worker/artifacts/coverage.xml
[task 2024-09-04T20:24:55.288Z] Wrote XML report to /builds/worker/artifacts/coverage.xml
[task 2024-09-04T20:24:55.288Z] clean: OK ✔ in 16.03 seconds
[task 2024-09-04T20:24:55.289Z] py312: SKIP ⚠ in 5.1 seconds
[task 2024-09-04T20:24:55.289Z] py311: OK ✔ in 1 minute 11.92 seconds
[task 2024-09-04T20:24:55.291Z] py38: OK ✔ in 1 minute 16.6 seconds
[task 2024-09-04T20:24:55.291Z] py39: OK ✔ in 1 minute 16.77 seconds
[task 2024-09-04T20:24:55.291Z] py310: OK ✔ in 1 minute 17.53 seconds
[task 2024-09-04T20:24:55.291Z]   clean: OK (16.03=setup[11.35]+cmd[4.17,0.51] seconds)
[task 2024-09-04T20:24:55.291Z]   py38: OK (76.60=setup[32.03]+cmd[37.10,1.59,5.87] seconds)
[task 2024-09-04T20:24:55.292Z]   py39: OK (76.77=setup[31.14]+cmd[35.82,2.08,7.74] seconds)
[task 2024-09-04T20:24:55.292Z]   py310: OK (77.53=setup[34.92]+cmd[36.14,1.13,5.35] seconds)
[task 2024-09-04T20:24:55.292Z]   py311: OK (71.92=setup[21.18]+cmd[29.33,4.05,17.36] seconds)
[task 2024-09-04T20:24:55.294Z]   py312: SKIP (5.10 seconds)
[task 2024-09-04T20:24:55.294Z]   report: OK (11.70=setup[6.64]+cmd[4.11,0.50,0.45] seconds)
[task 2024-09-04T20:24:55.295Z]   congratulations :) (105.40 seconds)
[taskcluster 2024-09-04 20:24:55.578Z] === Task Finished ===
[taskcluster 2024-09-04 20:24:55.791Z] Successful task run with exit code: 0 completed in 156.885 seconds