chore(deps-dev): bump ruff from 0.5.7 to 0.6.1 #849
main.yaml
on: pull_request
pre-commit
/
pre-commit
22s
Test Helm Chart
2m 28s
Matrix: python-poetry / pytest
Annotations
5 errors
python-poetry / Test python 3.11:
tests/conftest.py#L341
ruff
pytest_ruff.RuffError: tests/conftest.py:35:1: PT001 [*] Use `@pytest.fixture` over `@pytest.fixture()`
|
35 | @pytest.fixture()
| ^^^^^^^^^^^^^^^^^ PT001
36 | def cat_parser(cat_path=CAT_PATH):
37 | """Return parser stub."""
|
= help: Remove parentheses
tests/conftest.py:41:1: PT001 [*] Use `@pytest.fixture` over `@pytest.fixture()`
|
41 | @pytest.fixture()
| ^^^^^^^^^^^^^^^^^ PT001
42 | def client():
43 | """Server for testing."""
|
= help: Remove parentheses
|
python-poetry / Test python 3.11
Process completed with exit code 1.
|
python-poetry / Test python 3.x
The job was canceled because "_3_11_false" failed.
|
python-poetry / Test python 3.x:
tests/conftest.py#L341
ruff
pytest_ruff.RuffError: tests/conftest.py:35:1: PT001 [*] Use `@pytest.fixture` over `@pytest.fixture()`
|
35 | @pytest.fixture()
| ^^^^^^^^^^^^^^^^^ PT001
36 | def cat_parser(cat_path=CAT_PATH):
37 | """Return parser stub."""
|
= help: Remove parentheses
tests/conftest.py:41:1: PT001 [*] Use `@pytest.fixture` over `@pytest.fixture()`
|
41 | @pytest.fixture()
| ^^^^^^^^^^^^^^^^^ PT001
42 | def client():
43 | """Server for testing."""
|
= help: Remove parentheses
|
python-poetry / Test python 3.x
The operation was canceled.
|