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

fix(python): typo in .pre-commit-config.yaml #28

Merged
merged 1 commit into from
Nov 24, 2023

fix(python): typo in .pre-commit-config.yaml

a0a8cff
Select commit
Loading
Failed to load commit list.
Merged

fix(python): typo in .pre-commit-config.yaml #28

fix(python): typo in .pre-commit-config.yaml
a0a8cff
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
firefoxci-taskcluster / test-unit succeeded Nov 24, 2023 in 14m 48s

FirefoxCI (pull_request)

Run unit tests to validate the latest changes

Details

View task in Taskcluster
View logs in Taskcluster


[task 2023-11-24T18:42:15.448Z] + poetry run tox --parallel
[task 2023-11-24T18:44:03.325Z] .pkg: install_requires> python -I -m pip install poetry-core
[task 2023-11-24T18:44:03.325Z] .pkg: _optional_hooks> python /builds/worker/.cache/pypoetry/virtualenvs/reps-new-hlUNdH3O-py3.11/lib/python3.11/site-packages/pyproject_api/_backend.py True poetry.core.masonry.api
[task 2023-11-24T18:44:03.326Z] .pkg: get_requires_for_build_sdist> python /builds/worker/.cache/pypoetry/virtualenvs/reps-new-hlUNdH3O-py3.11/lib/python3.11/site-packages/pyproject_api/_backend.py True poetry.core.masonry.api
[task 2023-11-24T18:44:03.326Z] .pkg: get_requires_for_build_wheel> python /builds/worker/.cache/pypoetry/virtualenvs/reps-new-hlUNdH3O-py3.11/lib/python3.11/site-packages/pyproject_api/_backend.py True poetry.core.masonry.api
[task 2023-11-24T18:44:03.326Z] .pkg: prepare_metadata_for_build_wheel> python /builds/worker/.cache/pypoetry/virtualenvs/reps-new-hlUNdH3O-py3.11/lib/python3.11/site-packages/pyproject_api/_backend.py True poetry.core.masonry.api
[task 2023-11-24T18:44:03.326Z] .pkg: build_sdist> python /builds/worker/.cache/pypoetry/virtualenvs/reps-new-hlUNdH3O-py3.11/lib/python3.11/site-packages/pyproject_api/_backend.py True poetry.core.masonry.api
[task 2023-11-24T18:44:03.326Z] clean: install_package_deps> python -I -m pip install 'cookiecutter<3.0.0,>=2.1.1' 'halo<0.0.32,>=0.0.31' 'pip-tools<7.0.0,>=6.14.0' 'pre-commit<4.0.0,>=3.3.3' 'ruamel-yaml<0.18.0,>=0.17.32' 'taskcluster-taskgraph<6.0.0,>=5.4.0'
[task 2023-11-24T18:44:03.326Z] clean: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/1/reps_new-0.3.6.tar.gz
[task 2023-11-24T18:44:03.326Z] clean: commands[0]> poetry install --only test
[task 2023-11-24T18:44:03.326Z] Installing dependencies from lock file
[task 2023-11-24T18:44:03.326Z] 
[task 2023-11-24T18:44:03.326Z] Package operations: 7 installs, 4 updates, 0 removals
[task 2023-11-24T18:44:03.326Z] 
[task 2023-11-24T18:44:03.326Z]   • Downgrading platformdirs (4.0.0 -> 3.11.0)
[task 2023-11-24T18:44:03.326Z]   • Installing cachetools (5.3.2)
[task 2023-11-24T18:44:03.326Z]   • Downgrading certifi (2023.11.17 -> 2023.7.22)
[task 2023-11-24T18:44:03.326Z]   • Downgrading idna (3.5 -> 3.4)
[task 2023-11-24T18:44:03.326Z]   • Installing iniconfig (2.0.0)
[task 2023-11-24T18:44:03.326Z]   • Installing pluggy (1.3.0)
[task 2023-11-24T18:44:03.326Z]   • Installing pyproject-api (1.6.1)
[task 2023-11-24T18:44:03.326Z]   • Downgrading virtualenv (20.24.7 -> 20.24.6)
[task 2023-11-24T18:44:03.326Z]   • Installing coverage (7.3.2)
[task 2023-11-24T18:44:03.326Z]   • Installing pytest (7.4.3)
[task 2023-11-24T18:44:03.326Z]   • Installing tox (4.11.3)
[task 2023-11-24T18:44:03.326Z] 
[task 2023-11-24T18:44:03.326Z] Installing the current project: reps-new (0.3.6)
[task 2023-11-24T18:44:03.326Z] clean: commands[1]> poetry run coverage erase
[task 2023-11-24T18:44:04.585Z] py311: install_package_deps> python -I -m pip install 'cookiecutter<3.0.0,>=2.1.1' 'halo<0.0.32,>=0.0.31' 'pip-tools<7.0.0,>=6.14.0' 'pre-commit<4.0.0,>=3.3.3' 'ruamel-yaml<0.18.0,>=0.17.32' 'taskcluster-taskgraph<6.0.0,>=5.4.0'
[task 2023-11-24T18:44:04.585Z] py311: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/2/reps_new-0.3.6.tar.gz
[task 2023-11-24T18:44:04.585Z] py311: commands[0]> poetry install --with test
[task 2023-11-24T18:44:04.585Z] Installing dependencies from lock file
[task 2023-11-24T18:44:04.585Z] 
[task 2023-11-24T18:44:04.585Z] Package operations: 7 installs, 11 updates, 0 removals
[task 2023-11-24T18:44:04.585Z] 
[task 2023-11-24T18:44:04.585Z]   • Downgrading certifi (2023.11.17 -> 2023.7.22)
[task 2023-11-24T18:44:04.585Z]   • Downgrading idna (3.5 -> 3.4)
[task 2023-11-24T18:44:04.585Z]   • Downgrading pygments (2.17.2 -> 2.16.1)
[task 2023-11-24T18:44:04.585Z]   • Downgrading platformdirs (4.0.0 -> 3.11.0)
[task 2023-11-24T18:44:04.585Z]   • Downgrading rich (13.7.0 -> 13.6.0)
[task 2023-11-24T18:44:04.585Z]   • Installing cachetools (5.3.2)
[task 2023-11-24T18:44:04.585Z]   • Downgrading cookiecutter (2.5.0 -> 2.4.0)
[task 2023-11-24T18:44:04.585Z]   • Downgrading identify (2.5.32 -> 2.5.31)
[task 2023-11-24T18:44:04.585Z]   • Installing iniconfig (2.0.0)
[task 2023-11-24T18:44:04.585Z]   • Downgrading json-e (4.6.0 -> 4.5.3)
[task 2023-11-24T18:44:04.585Z]   • Installing pluggy (1.3.0)
[task 2023-11-24T18:44:04.585Z]   • Installing pyproject-api (1.6.1)
[task 2023-11-24T18:44:04.585Z]   • Downgrading virtualenv (20.24.7 -> 20.24.6)
[task 2023-11-24T18:44:04.585Z]   • Downgrading voluptuous (0.14.1 -> 0.14.0)
[task 2023-11-24T18:44:04.585Z]   • Updating wheel (0.41.2 -> 0.41.3)
[task 2023-11-24T18:44:04.585Z]   • Installing coverage (7.3.2)
[task 2023-11-24T18:44:04.585Z]   • Installing pytest (7.4.3)
[task 2023-11-24T18:44:04.585Z]   • Installing tox (4.11.3)
[task 2023-11-24T18:44:04.585Z] 
[task 2023-11-24T18:44:04.586Z] Installing the current project: reps-new (0.3.6)
[task 2023-11-24T18:44:04.586Z] py311: commands[1]> poetry run python --version
[task 2023-11-24T18:44:04.586Z] Python 3.11.6
[task 2023-11-24T18:44:04.586Z] py311: commands[2]> poetry run coverage run --context=py311 -p -m pytest -vv
[task 2023-11-24T18:44:04.586Z] ============================= test session starts ==============================
[task 2023-11-24T18:44:04.586Z] platform linux -- Python 3.11.6, pytest-7.4.3, pluggy-1.3.0 -- /builds/worker/checkouts/vcs/.tox/py311/bin/python
[task 2023-11-24T18:44:04.586Z] cachedir: .tox/py311/.pytest_cache
[task 2023-11-24T18:44:04.586Z] rootdir: /builds/worker/checkouts/vcs
[task 2023-11-24T18:44:04.586Z] configfile: pyproject.toml
[task 2023-11-24T18:44:04.586Z] testpaths: test
[task 2023-11-24T18:44:04.586Z] collecting ... collected 3 items
[task 2023-11-24T18:44:04.586Z] 
[task 2023-11-24T18:44:04.586Z] test/test_template_python.py::test_generated_files PASSED                [ 33%]
[task 2023-11-24T18:44:04.587Z] test/test_template_python.py::test_cookiecutter_json[defaults] PASSED    [ 66%]
[task 2023-11-24T18:44:04.587Z] test/test_template_python.py::test_cookiecutter_json[package_name_normalized] PASSED [100%]
[task 2023-11-24T18:44:04.587Z] 
[task 2023-11-24T18:44:04.587Z] ============================== 3 passed in 42.45s ==============================
[task 2023-11-24T18:44:04.607Z] py39: install_package_deps> python -I -m pip install 'cookiecutter<3.0.0,>=2.1.1' 'halo<0.0.32,>=0.0.31' 'pip-tools<7.0.0,>=6.14.0' 'pre-commit<4.0.0,>=3.3.3' 'ruamel-yaml<0.18.0,>=0.17.32' 'taskcluster-taskgraph<6.0.0,>=5.4.0'
[task 2023-11-24T18:44:04.608Z] py39: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/3/reps_new-0.3.6.tar.gz
[task 2023-11-24T18:44:04.609Z] py39: commands[0]> poetry install --with test
[task 2023-11-24T18:44:04.609Z] Installing dependencies from lock file
[task 2023-11-24T18:44:04.609Z] 
[task 2023-11-24T18:44:04.609Z] Package operations: 8 installs, 11 updates, 0 removals
[task 2023-11-24T18:44:04.609Z] 
[task 2023-11-24T18:44:04.609Z]   • Downgrading certifi (2023.11.17 -> 2023.7.22)
[task 2023-11-24T18:44:04.609Z]   • Downgrading idna (3.5 -> 3.4)
[task 2023-11-24T18:44:04.609Z]   • Downgrading pygments (2.17.2 -> 2.16.1)
[task 2023-11-24T18:44:04.609Z]   • Downgrading platformdirs (4.0.0 -> 3.11.0)
[task 2023-11-24T18:44:04.609Z]   • Downgrading rich (13.7.0 -> 13.6.0)
[task 2023-11-24T18:44:04.610Z]   • Installing cachetools (5.3.2)
[task 2023-11-24T18:44:04.610Z]   • Downgrading cookiecutter (2.5.0 -> 2.4.0)
[task 2023-11-24T18:44:04.610Z]   • Installing exceptiongroup (1.1.3)
[task 2023-11-24T18:44:04.610Z]   • Downgrading identify (2.5.32 -> 2.5.31)
[task 2023-11-24T18:44:04.610Z]   • Installing iniconfig (2.0.0)
[task 2023-11-24T18:44:04.610Z]   • Downgrading json-e (4.6.0 -> 4.5.3)
[task 2023-11-24T18:44:04.610Z]   • Installing pluggy (1.3.0)
[task 2023-11-24T18:44:04.610Z]   • Installing pyproject-api (1.6.1)
[task 2023-11-24T18:44:04.610Z]   • Downgrading virtualenv (20.24.7 -> 20.24.6)
[task 2023-11-24T18:44:04.610Z]   • Downgrading voluptuous (0.14.1 -> 0.14.0)
[task 2023-11-24T18:44:04.610Z]   • Updating wheel (0.41.2 -> 0.41.3)
[task 2023-11-24T18:44:04.611Z]   • Installing coverage (7.3.2)
[task 2023-11-24T18:44:04.611Z]   • Installing pytest (7.4.3)
[task 2023-11-24T18:44:04.611Z]   • Installing tox (4.11.3)
[task 2023-11-24T18:44:04.611Z] 
[task 2023-11-24T18:44:04.611Z] Installing the current project: reps-new (0.3.6)
[task 2023-11-24T18:44:04.611Z] py39: commands[1]> poetry run python --version
[task 2023-11-24T18:44:04.611Z] Python 3.9.18
[task 2023-11-24T18:44:04.611Z] py39: commands[2]> poetry run coverage run --context=py39 -p -m pytest -vv
[task 2023-11-24T18:44:04.611Z] ============================= test session starts ==============================
[task 2023-11-24T18:44:04.611Z] platform linux -- Python 3.9.18, pytest-7.4.3, pluggy-1.3.0 -- /builds/worker/checkouts/vcs/.tox/py39/bin/python
[task 2023-11-24T18:44:04.611Z] cachedir: .tox/py39/.pytest_cache
[task 2023-11-24T18:44:04.612Z] rootdir: /builds/worker/checkouts/vcs
[task 2023-11-24T18:44:04.612Z] configfile: pyproject.toml
[task 2023-11-24T18:44:04.612Z] testpaths: test
[task 2023-11-24T18:44:04.612Z] collecting ... collected 3 items
[task 2023-11-24T18:44:04.612Z] 
[task 2023-11-24T18:44:04.612Z] test/test_template_python.py::test_generated_files PASSED                [ 33%]
[task 2023-11-24T18:44:04.612Z] test/test_template_python.py::test_cookiecutter_json[defaults] PASSED    [ 66%]
[task 2023-11-24T18:44:04.612Z] test/test_template_python.py::test_cookiecutter_json[package_name_normalized] PASSED [100%]
[task 2023-11-24T18:44:04.612Z] 
[task 2023-11-24T18:44:04.612Z] ============================== 3 passed in 38.60s ==============================
[task 2023-11-24T18:44:04.667Z] py38: install_package_deps> python -I -m pip install 'cookiecutter<3.0.0,>=2.1.1' 'halo<0.0.32,>=0.0.31' 'pip-tools<7.0.0,>=6.14.0' 'pre-commit<4.0.0,>=3.3.3' 'ruamel-yaml<0.18.0,>=0.17.32' 'taskcluster-taskgraph<6.0.0,>=5.4.0'
[task 2023-11-24T18:44:04.669Z] py38: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/4/reps_new-0.3.6.tar.gz
[task 2023-11-24T18:44:04.670Z] py38: commands[0]> poetry install --with test
[task 2023-11-24T18:44:04.670Z] Installing dependencies from lock file
[task 2023-11-24T18:44:04.671Z] 
[task 2023-11-24T18:44:04.672Z] Package operations: 8 installs, 11 updates, 0 removals
[task 2023-11-24T18:44:04.673Z] 
[task 2023-11-24T18:44:04.674Z]   • Downgrading certifi (2023.11.17 -> 2023.7.22)
[task 2023-11-24T18:44:04.674Z]   • Downgrading idna (3.5 -> 3.4)
[task 2023-11-24T18:44:04.674Z]   • Downgrading pygments (2.17.2 -> 2.16.1)
[task 2023-11-24T18:44:04.675Z]   • Downgrading platformdirs (4.0.0 -> 3.11.0)
[task 2023-11-24T18:44:04.675Z]   • Downgrading rich (13.7.0 -> 13.6.0)
[task 2023-11-24T18:44:04.675Z]   • Installing cachetools (5.3.2)
[task 2023-11-24T18:44:04.675Z]   • Downgrading cookiecutter (2.5.0 -> 2.4.0)
[task 2023-11-24T18:44:04.675Z]   • Installing exceptiongroup (1.1.3)
[task 2023-11-24T18:44:04.675Z]   • Downgrading identify (2.5.32 -> 2.5.31)
[task 2023-11-24T18:44:04.676Z]   • Installing iniconfig (2.0.0)
[task 2023-11-24T18:44:04.676Z]   • Downgrading json-e (4.6.0 -> 4.5.3)
[task 2023-11-24T18:44:04.676Z]   • Installing pluggy (1.3.0)
[task 2023-11-24T18:44:04.676Z]   • Installing pyproject-api (1.6.1)
[task 2023-11-24T18:44:04.676Z]   • Downgrading virtualenv (20.24.7 -> 20.24.6)
[task 2023-11-24T18:44:04.676Z]   • Downgrading voluptuous (0.14.1 -> 0.14.0)
[task 2023-11-24T18:44:04.676Z]   • Updating wheel (0.41.2 -> 0.41.3)
[task 2023-11-24T18:44:04.676Z]   • Installing coverage (7.3.2)
[task 2023-11-24T18:44:04.676Z]   • Installing pytest (7.4.3)
[task 2023-11-24T18:44:04.676Z]   • Installing tox (4.11.3)
[task 2023-11-24T18:44:04.676Z] 
[task 2023-11-24T18:44:04.676Z] Installing the current project: reps-new (0.3.6)
[task 2023-11-24T18:44:04.676Z] py38: commands[1]> poetry run python --version
[task 2023-11-24T18:44:04.676Z] Python 3.8.18
[task 2023-11-24T18:44:04.676Z] py38: commands[2]> poetry run coverage run --context=py38 -p -m pytest -vv
[task 2023-11-24T18:44:04.676Z] ============================= test session starts ==============================
[task 2023-11-24T18:44:04.676Z] platform linux -- Python 3.8.18, pytest-7.4.3, pluggy-1.3.0 -- /builds/worker/checkouts/vcs/.tox/py38/bin/python
[task 2023-11-24T18:44:04.676Z] cachedir: .tox/py38/.pytest_cache
[task 2023-11-24T18:44:04.676Z] rootdir: /builds/worker/checkouts/vcs
[task 2023-11-24T18:44:04.676Z] configfile: pyproject.toml
[task 2023-11-24T18:44:04.676Z] testpaths: test
[task 2023-11-24T18:44:04.677Z] collecting ... collected 3 items
[task 2023-11-24T18:44:04.677Z] 
[task 2023-11-24T18:44:04.677Z] test/test_template_python.py::test_generated_files PASSED                [ 33%]
[task 2023-11-24T18:44:04.677Z] test/test_template_python.py::test_cookiecutter_json[defaults] PASSED    [ 66%]
[task 2023-11-24T18:44:04.677Z] test/test_template_python.py::test_cookiecutter_json[package_name_normalized] PASSED [100%]
[task 2023-11-24T18:44:04.677Z] 
[task 2023-11-24T18:44:04.677Z] ============================== 3 passed in 39.57s ==============================
[task 2023-11-24T18:44:15.471Z] Warning: The file chosen for install of voluptuous 0.14.0 (voluptuous-0.14.0-py3-none-any.whl) is yanked. Reason for being yanked: No longer works for 2.7 and 3.6, but constraints weren't there
[task 2023-11-24T18:44:15.471Z] Warning: The file chosen for install of voluptuous 0.14.0 (voluptuous-0.14.0-py3-none-any.whl) is yanked. Reason for being yanked: No longer works for 2.7 and 3.6, but constraints weren't there
[task 2023-11-24T18:44:15.471Z] Warning: The file chosen for install of voluptuous 0.14.0 (voluptuous-0.14.0-py3-none-any.whl) is yanked. Reason for being yanked: No longer works for 2.7 and 3.6, but constraints weren't there
[task 2023-11-24T18:44:15.471Z] Warning: The file chosen for install of voluptuous 0.14.0 (voluptuous-0.14.0-py3-none-any.whl) is yanked. Reason for being yanked: No longer works for 2.7 and 3.6, but constraints weren't there
[task 2023-11-24T18:44:15.471Z] py310: install_package_deps> python -I -m pip install 'cookiecutter<3.0.0,>=2.1.1' 'halo<0.0.32,>=0.0.31' 'pip-tools<7.0.0,>=6.14.0' 'pre-commit<4.0.0,>=3.3.3' 'ruamel-yaml<0.18.0,>=0.17.32' 'taskcluster-taskgraph<6.0.0,>=5.4.0'
[task 2023-11-24T18:44:15.472Z] py310: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/5/reps_new-0.3.6.tar.gz
[task 2023-11-24T18:44:15.472Z] py310: commands[0]> poetry install --with test
[task 2023-11-24T18:44:15.472Z] Installing dependencies from lock file
[task 2023-11-24T18:44:15.472Z] 
[task 2023-11-24T18:44:15.473Z] Package operations: 8 installs, 11 updates, 0 removals
[task 2023-11-24T18:44:15.473Z] 
[task 2023-11-24T18:44:15.473Z]   • Downgrading certifi (2023.11.17 -> 2023.7.22)
[task 2023-11-24T18:44:15.473Z]   • Downgrading idna (3.5 -> 3.4)
[task 2023-11-24T18:44:15.473Z]   • Downgrading pygments (2.17.2 -> 2.16.1)
[task 2023-11-24T18:44:15.473Z]   • Downgrading platformdirs (4.0.0 -> 3.11.0)
[task 2023-11-24T18:44:15.473Z]   • Downgrading rich (13.7.0 -> 13.6.0)
[task 2023-11-24T18:44:15.473Z]   • Installing cachetools (5.3.2)
[task 2023-11-24T18:44:15.473Z]   • Downgrading cookiecutter (2.5.0 -> 2.4.0)
[task 2023-11-24T18:44:15.473Z]   • Installing exceptiongroup (1.1.3)
[task 2023-11-24T18:44:15.473Z]   • Downgrading identify (2.5.32 -> 2.5.31)
[task 2023-11-24T18:44:15.473Z]   • Installing iniconfig (2.0.0)
[task 2023-11-24T18:44:15.473Z]   • Downgrading json-e (4.6.0 -> 4.5.3)
[task 2023-11-24T18:44:15.473Z]   • Installing pluggy (1.3.0)
[task 2023-11-24T18:44:15.473Z]   • Installing pyproject-api (1.6.1)
[task 2023-11-24T18:44:15.474Z]   • Downgrading virtualenv (20.24.7 -> 20.24.6)
[task 2023-11-24T18:44:15.474Z]   • Downgrading voluptuous (0.14.1 -> 0.14.0)
[task 2023-11-24T18:44:15.474Z]   • Updating wheel (0.41.2 -> 0.41.3)
[task 2023-11-24T18:44:15.474Z]   • Installing coverage (7.3.2)
[task 2023-11-24T18:44:15.474Z]   • Installing pytest (7.4.3)
[task 2023-11-24T18:44:15.474Z]   • Installing tox (4.11.3)
[task 2023-11-24T18:44:15.474Z] 
[task 2023-11-24T18:44:15.474Z] Installing the current project: reps-new (0.3.6)
[task 2023-11-24T18:44:15.474Z] py310: commands[1]> poetry run python --version
[task 2023-11-24T18:44:15.474Z] Python 3.10.13
[task 2023-11-24T18:44:15.474Z] py310: commands[2]> poetry run coverage run --context=py310 -p -m pytest -vv
[task 2023-11-24T18:44:15.474Z] ============================= test session starts ==============================
[task 2023-11-24T18:44:15.474Z] platform linux -- Python 3.10.13, pytest-7.4.3, pluggy-1.3.0 -- /builds/worker/checkouts/vcs/.tox/py310/bin/python
[task 2023-11-24T18:44:15.474Z] cachedir: .tox/py310/.pytest_cache
[task 2023-11-24T18:44:15.474Z] rootdir: /builds/worker/checkouts/vcs
[task 2023-11-24T18:44:15.474Z] configfile: pyproject.toml
[task 2023-11-24T18:44:15.474Z] testpaths: test
[task 2023-11-24T18:44:15.474Z] collecting ... collected 3 items
[task 2023-11-24T18:44:15.474Z] 
[task 2023-11-24T18:44:15.474Z] test/test_template_python.py::test_generated_files PASSED                [ 33%]
[task 2023-11-24T18:44:15.474Z] test/test_template_python.py::test_cookiecutter_json[defaults] PASSED    [ 66%]
[task 2023-11-24T18:44:15.474Z] test/test_template_python.py::test_cookiecutter_json[package_name_normalized] PASSED [100%]
[task 2023-11-24T18:44:15.474Z] 
[task 2023-11-24T18:44:15.474Z] ============================== 3 passed in 38.41s ==============================
[task 2023-11-24T18:44:15.474Z] .pkg: _exit> python /builds/worker/.cache/pypoetry/virtualenvs/reps-new-hlUNdH3O-py3.11/lib/python3.11/site-packages/pyproject_api/_backend.py True poetry.core.masonry.api
[task 2023-11-24T18:44:15.474Z] report: install_package_deps> python -I -m pip install 'cookiecutter<3.0.0,>=2.1.1' 'halo<0.0.32,>=0.0.31' 'pip-tools<7.0.0,>=6.14.0' 'pre-commit<4.0.0,>=3.3.3' 'ruamel-yaml<0.18.0,>=0.17.32' 'taskcluster-taskgraph<6.0.0,>=5.4.0'
[task 2023-11-24T18:44:15.474Z] report: install_package> python -I -m pip install --force-reinstall --no-deps /builds/worker/checkouts/vcs/.tox/.tmp/package/6/reps_new-0.3.6.tar.gz
[task 2023-11-24T18:44:15.474Z] report: commands[0]> poetry install --only test
[task 2023-11-24T18:44:15.474Z] Installing dependencies from lock file
[task 2023-11-24T18:44:15.474Z] 
[task 2023-11-24T18:44:15.474Z] Package operations: 7 installs, 4 updates, 0 removals
[task 2023-11-24T18:44:15.474Z] 
[task 2023-11-24T18:44:15.474Z]   • Downgrading platformdirs (4.0.0 -> 3.11.0)
[task 2023-11-24T18:44:15.474Z]   • Installing cachetools (5.3.2)
[task 2023-11-24T18:44:15.474Z]   • Downgrading certifi (2023.11.17 -> 2023.7.22)
[task 2023-11-24T18:44:15.474Z]   • Downgrading idna (3.5 -> 3.4)
[task 2023-11-24T18:44:15.474Z]   • Installing iniconfig (2.0.0)
[task 2023-11-24T18:44:15.474Z]   • Installing pyproject-api (1.6.1)
[task 2023-11-24T18:44:15.474Z]   • Installing pluggy (1.3.0)
[task 2023-11-24T18:44:15.474Z]   • Downgrading virtualenv (20.24.7 -> 20.24.6)
[task 2023-11-24T18:44:15.474Z]   • Installing coverage (7.3.2)
[task 2023-11-24T18:44:15.474Z]   • Installing pytest (7.4.3)
[task 2023-11-24T18:44:15.474Z]   • Installing tox (4.11.3)
[task 2023-11-24T18:44:15.474Z] 
[task 2023-11-24T18:44:15.474Z] Installing the current project: reps-new (0.3.6)
[task 2023-11-24T18:44:15.474Z] report: commands[1]> poetry run coverage combine
[task 2023-11-24T18:44:15.474Z] Combined data file .coverage.9e306f278534.1141.195631
[task 2023-11-24T18:44:15.474Z] Combined data file .coverage.9e306f278534.1332.034228
[task 2023-11-24T18:44:15.474Z] Combined data file .coverage.9e306f278534.1315.855583
[task 2023-11-24T18:44:15.474Z] Combined data file .coverage.9e306f278534.1323.691693
[task 2023-11-24T18:44:15.474Z] report: commands[2]> poetry run coverage xml -o /builds/worker/artifacts/coverage.xml
[task 2023-11-24T18:44:15.474Z] Wrote XML report to /builds/worker/artifacts/coverage.xml
[task 2023-11-24T18:44:15.474Z] clean: OK ✔ in 14.08 seconds
[task 2023-11-24T18:44:15.474Z] py311: OK ✔ in 1 minute 33.01 seconds
[task 2023-11-24T18:44:15.474Z] py39: OK ✔ in 1 minute 34.27 seconds
[task 2023-11-24T18:44:15.474Z] py38: OK ✔ in 1 minute 34.3 seconds
[task 2023-11-24T18:44:15.474Z] py310: OK ✔ in 1 minute 34.36 seconds
[task 2023-11-24T18:44:15.474Z]   clean: OK (14.08=setup[11.52]+cmd[2.08,0.49] seconds)
[task 2023-11-24T18:44:15.475Z]   py38: OK (94.30=setup[32.32]+cmd[17.29,1.25,43.43] seconds)
[task 2023-11-24T18:44:15.475Z]   py39: OK (94.27=setup[32.28]+cmd[17.75,1.15,43.10] seconds)
[task 2023-11-24T18:44:15.475Z]   py310: OK (94.36=setup[32.86]+cmd[17.91,1.03,42.55] seconds)
[task 2023-11-24T18:44:15.475Z]   py311: OK (93.01=setup[26.21]+cmd[10.54,2.69,53.57] seconds)
[task 2023-11-24T18:44:15.475Z]   report: OK (10.80=setup[7.75]+cmd[2.11,0.52,0.42] seconds)
[task 2023-11-24T18:44:15.475Z]   congratulations :) (119.36 seconds)
[taskcluster 2023-11-24 18:44:15.777Z] === Task Finished ===
[taskcluster 2023-11-24 18:44:16.427Z] Successful task run with exit code: 0 completed in 170.08 seconds