We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dead-fixtures
1 parent a1621bc commit bbd9e5eCopy full SHA for bbd9e5e
.github/workflows/ci.yml
@@ -51,7 +51,6 @@ jobs:
51
run: >
52
python -m pytest
53
-vv
54
- --dead-fixtures --dup-fixtures
55
--cov . --cov-append --cov-config pyproject.toml
56
- name: Upload coverage to Codecov
57
uses: codecov/codecov-action@v4
pyproject.toml
@@ -54,7 +54,6 @@ lint = [
]
test = [
"pytest>=8.0",
- "pytest-deadfixtures>=2.2",
58
"coverage>=6.5",
59
"lxml>=4.9",
60
"setuptools>=70.0", # for Cython compilation
0 commit comments