summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJens Harbott <j.harbott@x-ion.de>2018-03-14 10:35:22 +0000
committerJens Harbott <j.harbott@x-ion.de>2018-03-14 10:35:22 +0000
commit3ef63c3a1224f0612c2c22c8366f413f65ef9df5 (patch)
treeda352dae65c32c4e4e4a93caab5bfb98297d8971 /test-requirements.txt
parent699562b9f4ea9da612d9dfe476128fca31a0c966 (diff)
downloadpython-designateclient-3ef63c3a1224f0612c2c22c8366f413f65ef9df5.tar.gz
Add os-testr in test-requirements.txt
The py27 and py35 jobs fail because the subunit-trace command is not found. The command is utilized in tools/pretty_tox.sh. But os-testr is not included in test-requirements.txt. So add it to fix the gate job failures. Change-Id: Ifdd4bad354aebf24e37769ff8e1e5f3bdbeebd76 Related-Bug: #1753898
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 243adf2..6485f0b 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,6 +7,7 @@ coverage!=4.4,>=4.0 # Apache-2.0
mock>=2.0.0 # BSD
oslo.config>=5.1.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
+os-testr>=1.0.0 # Apache-2.0
python-subunit>=1.0.0 # Apache-2.0/BSD
requests-mock>=1.1.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD