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