summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2018-03-07 13:47:05 +0900
committerTakashi NATSUME <natsume.takashi@lab.ntt.co.jp>2018-03-07 13:55:26 +0900
commita4966ea192833e1f154b89c8b1ad08c2958ffdc0 (patch)
tree48bb96dc20b6243cbb63cf47e96ec8ad68e849f2 /test-requirements.txt
parent5af4a8edd88187e0a21c665a6e91fcdcd8ced06c (diff)
downloadpython-novaclient-a4966ea192833e1f154b89c8b1ad08c2958ffdc0.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: I5ea7269d75413ebcc1311e4d9e6e1d1f60092cc9 Closes-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 140b64d7..8ae73f87 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -14,6 +14,7 @@ python-glanceclient>=2.8.0 # Apache-2.0
python-neutronclient>=6.7.0 # Apache-2.0
requests-mock>=1.1.0 # Apache-2.0
os-client-config>=1.28.0 # Apache-2.0
+os-testr>=1.0.0 # Apache-2.0
osprofiler>=1.4.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD