Re-add coverage to test-requirements

It's in uppper-constraints so it should stay there.

Change-Id: I83560dd7ddc0947fff2e27230bc9f0de456373f3
This commit is contained in:
Riccardo Pittau 2021-01-25 10:21:45 +01:00
parent 4eaf2d663b
commit 24a6a7ccd7
2 changed files with 2 additions and 3 deletions

View File

@ -2,8 +2,10 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
coverage!=4.4,>=4.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
oslotest>=3.2.0 # Apache-2.0
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
os-testr>=1.0.0 # Apache-2.0

View File

@ -34,9 +34,6 @@ commands =
commands = {posargs}
[testenv:cover]
deps =
{[testenv]deps}
coverage!=4.4,>=4.0 # Apache-2.0
setenv =
VIRTUAL_ENV={envdir}
LANGUAGE=en_US