Skip to content

Commit 8fa489b

Browse files
authored
Merge branch 'main' into pre-commit-ci-update-config
2 parents 160caf7 + 003af74 commit 8fa489b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements/_tests.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
coverage ==7.2.7; python_version < '3.8'
2-
coverage ==7.10.*; python_version >= '3.8'
2+
coverage ==7.10.*; python_version >= '3.8' and python_version < '3.10'
3+
coverage ==7.11.*; python_version >= '3.10'
34
pytest ==7.4.3; python_version < '3.8'
45
pytest ==8.4.*; python_version >= '3.8'
56
pytest-cov ==7.0.0

0 commit comments

Comments
 (0)