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:
Nguyen Van Trung 2018-06-16 17:56:27 +07:00
parent ce9bdbffb1
commit de6cfdb541
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ sqlalchemy-migrate==0.11.0
SQLAlchemy==1.0.10
sqlparse==0.2.4
statsd==3.2.2
stestr==2.0.0
stestr==1.0.0
stevedore==1.20.0
Tempita==0.5.2
tenacity==4.9.0

View File

@ -10,7 +10,7 @@ Babel!=2.4.0,>=2.3.4 # BSD
PyMySQL>=0.7.6 # MIT License
iso8601>=0.1.11 # MIT
oslotest>=3.2.0 # Apache-2.0
stestr # Apache-2.0
stestr>=1.0.0 # Apache-2.0
psycopg2>=2.6.2 # LGPL/ZPL
testtools>=2.2.0 # MIT
testresources>=2.0.0 # Apache-2.0/BSD