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

feat: multi-plugins #144

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

feat: multi-plugins

990aa1f
Select commit
Loading
Failed to load commit list.
Draft

feat: multi-plugins #144

feat: multi-plugins
990aa1f
Select commit
Loading
Failed to load commit list.
Cirrus CI / test (Linux - mambaforge) failed Jan 23, 2024 in 2m 54s

Task Summary

Instruction test failed in 02:34

Details

⚠️ Not enough compute credits to prioritize tasks!

✅ 00:00 clone
✅ 00:11 install
✅ 00:01 debug_information
✅ 00:01 prepare
✅ 00:01 pip
✅ 00:01 pre_commit
✅ 00:01 dist
❌ 02:34 test

>               raise URLError(err)
�[1m�[31mE               urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>�[0m

�[1m�[31m/opt/conda/lib/python3.10/urllib/request.py�[0m:1351: URLError
�[33m=============================== warnings summary ===============================�[0m
.tox/default/lib/python3.10/site-packages/xdist/plugin.py:252
.tox/default/lib/python3.10/site-packages/xdist/plugin.py:252
.tox/default/lib/python3.10/site-packages/xdist/plugin.py:252
.tox/default/lib/python3.10/site-packages/xdist/plugin.py:252
.tox/default/lib/python3.10/site-packages/xdist/plugin.py:252
.tox/default/lib/python3.10/site-packages/xdist/plugin.py:252
  /tmp/cirrus-ci-build/.tox/default/lib/python3.10/site-packages/xdist/plugin.py:252: DeprecationWarning: The --rsyncdir command line argument and rsyncdirs config variable are deprecated.
  The rsync feature will be removed in pytest-xdist 4.0.
    config.issue_config_time_warning(warning, 2)

-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html

---------- coverage: platform linux, python 3.10.13-final-0 ----------
Name                                             Stmts   Miss Branch BrPart  Cover   Missing
--------------------------------------------------------------------------------------------
src/validate_pyproject/__init__.py                   6      0      0      0   100%
src/validate_pyproject/_tomllib.py                   2      0      0      0   100%
src/validate_pyproject/api.py                      131      7     26      3    94%   149, 152, 170, 172, 175, 178, 235->239, 243
src/validate_pyproject/cli.py                      132      0     40      0   100%
src/validate_pyproject/error_reporting.py          168      1     64      1    99%   276
src/validate_pyproject/errors.py                    30      0      0      0   100%
src/validate_pyproject/extra_validations.py         16      0      4      0   100%
src/validate_pyproject/formats.py                  135      4     40      0    98%   280, 284, 288, 292
src/validate_pyproject/plugins/__init__.py          70      2     16      1    97%   129-130, 167->170
src/validate_pyproject/pre_compile/__init__.py      57      0      6      1    98%   131->exit
src/validate_pyproject/pre_compile/cli.py           50      0     10      0   100%
src/validate_pyproject/remote.py                    55      2     20      2    95%   78, 87
src/validate_pyproject/repo_review.py               22      0      4      0   100%
src/validate_pyproject/types.py                     10      0      0      0   100%
src/validate_pyproject/vendoring/__init__.py        14      0      0      0   100%
src/validate_pyproject/vendoring/cli.py              7      0      0      0   100%
--------------------------------------------------------------------------------------------
TOTAL                                              905     16    230      8    98%

============================= slowest 10 durations =============================
129.01s call     tests/test_examples.py::test_invalid_examples_api[store/cibw-unknown-option.toml]
4.67s call     tests/test_examples.py::test_invalid_examples_api[store/ruff-badcode.toml]
4.61s call     tests/test_examples.py::test_invalid_examples_api[store/ruff-unknown.toml]
4.46s call     tests/test_pre_compile.py::test_invalid_examples_api[store/ruff-unknown.toml-api_pre_compile]
4.43s call     tests/test_pre_compile.py::test_examples_api[store/example.toml-cli_pre_compile]
4.38s call     tests/test_pre_compile.py::test_invalid_examples_api[store/cibw-overrides-noselect.toml-cli_pre_compile]
4.33s call     tests/test_pre_compile.py::test_invalid_examples_api[store/cibw-unknown-option.toml-api_pre_compile]
4.33s call     tests/test_examples.py::test_invalid_examples_cli[store/ruff-unknown.toml]
4.28s call     tests/test_examples.py::test_invalid_examples_cli[store/cibw-overrides-noaction.toml]
4.21s call     tests/test_pre_compile.py::test_invalid_examples_api[store/cibw-overrides-noaction.toml-api_pre_compile]
�[36m�[1m=========================== short test summary info ============================�[0m
�[31mFAILED�[0m tests/test_examples.py::�[1mtest_invalid_examples_api[store/cibw-unknown-option.toml]�[0m - urllib.error.URLError: <urlopen error [Errno 110] Connection timed out>
�[31m======= �[31m�[1m1 failed�[0m, �[32m465 passed�[0m, �[33m1 skipped�[0m, �[33m6 warnings�[0m�[31m in 147.74s (0:02:27)�[0m�[31m =======�[0m
default: exit 1 (148.12 seconds) /tmp/cirrus-ci-build> pytest -n 5 --randomly-seed=42 -rfEx --durations 10 --color yes pid=167
  default: FAIL code 1 (154.12=setup[5.42]+cmd[0.58,148.12] seconds)
  evaluation failed :( (154.33 seconds)