Fix stestr version so py27 tox can pass

stestr was upgraded to 3.0.0 on Mar. 26 and it does not support py27.
Update test requirements accordingly so py27 tests will use earlier version.

Change-Id: Ia481a4609d81ad4d225aeb6ec3ab0cc3a9e18ae5
Closes-Bug: 1869777
Signed-off-by: Gerry Kopec <gerry.kopec@windriver.com>
This commit is contained in:
Gerry Kopec 2020-03-30 14:43:36 -04:00
parent ce56ce7ea5
commit b70b9b5220
1 changed files with 1 additions and 2 deletions

View File

@ -2,10 +2,9 @@ hacking!=0.13.0,<0.14,>=0.12.0
bashate >= 0.2
PyYAML >= 3.1.0
yamllint >= 0.5.2
stestr
stestr != 3.0.0
testtools!=1.2.0,>=0.9.36
iso8601
stestr
mock
cython
oslo.log