Cap stestr version

Cap stestr version for python2, version 3.0 does not support python2
anymore but misses proper marks.

Change-Id: I544f4c195643b73cae6b6a201bfb5e0b2cfc59ff
This commit is contained in:
Andreas Jaeger 2020-03-27 13:40:55 +01:00
parent 5627cb77e9
commit c50aee5cf9

View File

@ -15,7 +15,8 @@ ansible>=2.5.1,<2.6 # https://review.openstack.org/567007
# available, so that it can be evaluated for an orderly transition.
ansible-lint>=4.1.1a0,<5
bashate>=0.2
stestr>=1.0.0 # Apache-2.0
stestr>=1.0.0,<3.0.0;python_version<'3.5' # Apache-2.0
stestr>=1.0.0;python_version>='3.5' # Apache-2.0
# For upload-logs-swift:
openstacksdk>=0.17.1
requests