Merge "Fix on stestr requirements for non-py2"

This commit is contained in:
Zuul 2020-03-30 21:00:32 +00:00 committed by Gerrit Code Review
commit 9107591f29
2 changed files with 4 additions and 2 deletions

View File

@ -545,7 +545,7 @@ sphinxmark # Apache-2.0
sphinxcontrib.datatemplates # BSD License
sphinxcontrib-programoutput # BSD license
sphinxcontrib-svg2pdfconverter # BSD License
stestr!=2.3.0 # Apache-2.0
stestr!=2.3.0,!=3.0.0 # Apache-2.0
sushy!=1.9.0<3.0.0;python_version=='2.7' # Apache-2.0
sushy!=1.9.0;python_version>='3.6' # Apache-2.0
tabulate # MIT

View File

@ -430,7 +430,9 @@ boto3===1.12.31
flask-oslolog===0.1
jeepney===0.4.3;python_version=='3.6'
jeepney===0.4.3;python_version=='3.7'
stestr===3.0.0
stestr===2.6.0;python_version=='2.7'
stestr===3.0.1;python_version=='3.6'
stestr===3.0.1;python_version=='3.7'
singledispatch===3.4.0.3;python_version=='2.7'
oslo.serialization===2.29.2;python_version=='2.7'
oslo.serialization===3.1.0;python_version=='3.6'