Skip to content

Commit beba84f

Browse files
authored
Merge pull request #117 from pytest-dev/block-broken-pytest-cov-version/1/dev
Block broken version of pytest-cov
2 parents 66b6700 + 747aaa3 commit beba84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ deps =
2424
# bounds.
2525
pytest >=4.6, <9; python_version<'3.10'
2626
pytest >=6.2.4, <9; python_version>='3.10'
27-
pytest-cov
27+
pytest-cov !=6.2.0
2828
requests
2929
extras =
3030
smtp: smtp

0 commit comments

Comments
 (0)