We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b995816 commit 77619b3Copy full SHA for 77619b3
pyproject.toml
@@ -61,7 +61,7 @@ dev = [
61
"retry~=0.9.2",
62
"pre-commit~=3.5.0",
63
"deepdiff~=7.0.1",
64
- "pytest-cov~=5.0.0",
+ "pytest-cov>=5.0,<6.3",
65
"twine~=6.1.0",
66
"types-retry~=0.9.9.20241221",
67
"networkx~=3.1.0",
requirements-dev.txt
@@ -15,7 +15,7 @@ pytest-sugar~=1.0.0
15
retry~=0.9.2
16
pre-commit~=3.5.0
17
deepdiff~=7.0.1
18
-pytest-cov~=5.0.0
+pytest-cov>=5.0,<6.3
19
twine~=6.1.0
20
types-retry~=0.9.9.20241221
21
networkx~=3.1.0
0 commit comments