add stestr to test requirements

stestr is already used in tox.ini, but isn't declared as a dependency.
This patch adds stestr to test-requirements

Change-Id: I35853d75c7bb93cf645d9c6ae2a1a92168fa7baf
This commit is contained in:
Boden R 2018-05-25 09:37:46 -06:00
parent 734270d9e9
commit 63bdb2536b
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ python-subunit>=1.0.0 # Apache-2.0/BSD
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD
oslosphinx>=4.7.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
stestr>=1.0.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=2.0.0 # Apache-2.0/BSD
testtools>=2.2.0 # MIT