Skip to content

Commit 507029d

Browse files
[REGRESSION] Revert test-requirement of pytest-cov back down to v4+ to continue to support Python 3.7 in CI
1 parent dc37967 commit 507029d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pyflakes>=2.5.0
2424
pep8>=1.0
2525
pytest>=7
2626
pytest-checkdocs>=2.4
27-
pytest-cov>=5.0.0
27+
pytest-cov>=4.0.0
2828
pytest-enabler>=3.2.0
2929
pytest-flake8>=1.0
3030
coverage >= 6.3

0 commit comments

Comments
 (0)