3
0
Fork 0

Restrict coverage even more, for tox py3.7 runs

This commit is contained in:
Lance Edgar 2023-11-19 20:46:54 -06:00
parent db70b0d550
commit b4e9fb8ea7

View file

@ -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