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
This commit is contained in:
Takashi NATSUME 2018-03-07 13:47:05 +09:00
parent 5af4a8edd8
commit a4966ea192
1 changed files with 1 additions and 0 deletions

View File

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