Skip to content

Commit

Permalink
Remove dead-fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 17, 2024
1 parent a1621bc commit bbd9e5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
run: >
python -m pytest
-vv
--dead-fixtures --dup-fixtures
--cov . --cov-append --cov-config pyproject.toml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ lint = [
]
test = [
"pytest>=8.0",
"pytest-deadfixtures>=2.2",
"coverage>=6.5",
"lxml>=4.9",
"setuptools>=70.0", # for Cython compilation
Expand Down

0 comments on commit bbd9e5e

Please sign in to comment.