summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.com>2018-09-08 16:49:37 +0200
committerStephen Finucane <stephenfin@redhat.com>2018-10-05 13:26:23 +0000
commit58cccf098b33f3336d8ccda36c182f9d77c5611c (patch)
treeb0b6c426fcd4089e90094e1fcc94c45a52b6d5fb /test-requirements.txt
parentf14a3b2b73c6c95edbea8de799cf1df07decdf0e (diff)
downloadpbr-58cccf098b33f3336d8ccda36c182f9d77c5611c.tar.gz
Use templates for cover and lower-constraints
Use openstack-tox-cover template, this runs the cover job in the check queue only. Use openstack-lower-constraints-jobs template. Remove jobs that are part of the templates. Sort list of templates. Add coverage to test-requirements, otherwise tox -e cover will fail. Change-Id: I0eff88e5736243291d4777f642bc48c32deafa39
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index e7ecf83..65f627c 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,6 +11,7 @@ testresources>=2.0.0 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=2.2.0 # MIT
virtualenv>=14.0.6 # MIT
+coverage!=4.4,>=4.0 # Apache-2.0
# optionally exposed by distutils commands
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD