From de6cfdb541d915221111dadaff9b9edc54a5a7e5 Mon Sep 17 00:00:00 2001 From: Nguyen Van Trung Date: Sat, 16 Jun 2018 17:56:27 +0700 Subject: [PATCH] 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 --- lower-constraints.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lower-constraints.txt b/lower-constraints.txt index 063f1cca6f..bb9438a905 100644 --- a/lower-constraints.txt +++ b/lower-constraints.txt @@ -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 diff --git a/test-requirements.txt b/test-requirements.txt index 7a2716f431..80ff780353 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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