Skip to content

Commit bbd9e5e

Browse files
committed
Remove dead-fixtures
1 parent a1621bc commit bbd9e5e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
run: >
5252
python -m pytest
5353
-vv
54-
--dead-fixtures --dup-fixtures
5554
--cov . --cov-append --cov-config pyproject.toml
5655
- name: Upload coverage to Codecov
5756
uses: codecov/codecov-action@v4

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ lint = [
5454
]
5555
test = [
5656
"pytest>=8.0",
57-
"pytest-deadfixtures>=2.2",
5857
"coverage>=6.5",
5958
"lxml>=4.9",
6059
"setuptools>=70.0", # for Cython compilation

0 commit comments

Comments
 (0)