Restrict coverage even more, for tox py3.7 runs
This commit is contained in:
parent
db70b0d550
commit
b4e9fb8ea7
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -13,7 +13,7 @@ commands = pytest {posargs}
|
|||
|
||||
[testenv:py37]
|
||||
# nb. newer coverage is causing segfault for this one, so must avoid that
|
||||
deps = coverage<7.2.4
|
||||
deps = coverage<6.5
|
||||
|
||||
[testenv:coverage]
|
||||
basepython = python3.11
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue