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 b8a6a7e commit 3d2ffd6Copy full SHA for 3d2ffd6
pyproject.toml
@@ -76,7 +76,7 @@ dev = [
76
77
test = [
78
"coverage~=7.10",
79
- "pytest-cov~=6.2",
+ "pytest-cov>=6.2,<8",
80
"pytest-xdist~=3.8",
81
"six",
82
"tox>=3",
requirements_test.txt
@@ -2,7 +2,7 @@
2
coverage~=7.10
3
tbump~=6.11.0
4
contributors-txt>=1.0.0
5
-pytest-cov~=6.2
+pytest-cov>=6.2,<8.0
6
pytest-xdist~=3.8
7
six
8
tox>=3
0 commit comments