Merge "[stable-only] Cap stestr for python 2" into stable/rocky

This commit is contained in:
Zuul 2020-04-03 01:27:45 +00:00 committed by Gerrit Code Review
commit cf6448c29a
1 changed files with 2 additions and 1 deletions

View File

@ -18,4 +18,5 @@ testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
gabbi>=1.30.0 # Apache-2.0
requests-aws>=0.1.4 # BSD License (3 clause)
stestr>=1.0.0 # Apache-2.0
stestr>=1.0.0,<3.0.0;python_version<'3.0' # Apache-2.0
stestr>=1.0.0;python_version>='3.0' # Apache-2.0