Skip to content

Commit 056e0c2

Browse files
committed
move pytest-cov to test deps
1 parent ec7b0e6 commit 056e0c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
),
5252
"tensorflow": ["tensorflow", "keras>=2.15,<4"],
5353
"onnx": ["onnxruntime"],
54-
"tests": (test_deps := ["pytest"]), # minimal test requirements
54+
"tests": (test_deps := ["pytest", "pytest-cov"]), # minimal test requirements
5555
"dev": (
5656
test_deps
5757
+ pytorch_deps
@@ -68,7 +68,6 @@
6868
"pdoc",
6969
"pre-commit",
7070
"pyright==1.1.396",
71-
"pytest-cov",
7271
"segment-anything", # for model testing
7372
"timm", # for model testing
7473
# "crick", # currently requires python<=3.9

0 commit comments

Comments
 (0)