Fix on stestr requirements for non-py2

stestr 3.0.0 is released with drop the support of
py2 but had some issue on setup.cfg metadata to restrict
the installation on <py3 env.
- https://github.com/mtreinish/stestr/issues/292

This is fixed and released in 3.0.1

Let's cap the stestr version for py2 and py3 env
also adding 3.0.0 in blacklist.

Change-Id: Id0c2371c9ba37a3f19c2e0a3c121f99b54ac9ce8
This commit is contained in:
Ghanshyam Mann
2020-03-30 08:31:48 -05:00
parent 1048627d14
commit ba693790ea
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'