Fix stestr has no lower bound in test-requirements
This issue will occurs when they validate with test-requirements in constraints. issue logs: | ubuntu-xenial | Validating test-requirements.txt | ubuntu-xenial | Requirement for package stestr has no lower bound Change-Id: I61a25bc6ccbc97006443db8f9086bec41506e940
This commit is contained in:
parent
ce9bdbffb1
commit
de6cfdb541
@ -142,7 +142,7 @@ sqlalchemy-migrate==0.11.0
|
|||||||
SQLAlchemy==1.0.10
|
SQLAlchemy==1.0.10
|
||||||
sqlparse==0.2.4
|
sqlparse==0.2.4
|
||||||
statsd==3.2.2
|
statsd==3.2.2
|
||||||
stestr==2.0.0
|
stestr==1.0.0
|
||||||
stevedore==1.20.0
|
stevedore==1.20.0
|
||||||
Tempita==0.5.2
|
Tempita==0.5.2
|
||||||
tenacity==4.9.0
|
tenacity==4.9.0
|
||||||
|
@ -10,7 +10,7 @@ Babel!=2.4.0,>=2.3.4 # BSD
|
|||||||
PyMySQL>=0.7.6 # MIT License
|
PyMySQL>=0.7.6 # MIT License
|
||||||
iso8601>=0.1.11 # MIT
|
iso8601>=0.1.11 # MIT
|
||||||
oslotest>=3.2.0 # Apache-2.0
|
oslotest>=3.2.0 # Apache-2.0
|
||||||
stestr # Apache-2.0
|
stestr>=1.0.0 # Apache-2.0
|
||||||
psycopg2>=2.6.2 # LGPL/ZPL
|
psycopg2>=2.6.2 # LGPL/ZPL
|
||||||
testtools>=2.2.0 # MIT
|
testtools>=2.2.0 # MIT
|
||||||
testresources>=2.0.0 # Apache-2.0/BSD
|
testresources>=2.0.0 # Apache-2.0/BSD
|
||||||
|
Loading…
Reference in New Issue
Block a user