summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorNguyen Van Trung <trungnv@vn.fujitsu.com>2018-06-16 17:56:27 +0700
committerNguyen Van Trung <trungnv@vn.fujitsu.com>2018-06-18 09:23:02 +0700
commitde6cfdb541d915221111dadaff9b9edc54a5a7e5 (patch)
treef62fd788b6f4a387d53a9c0ee7ea3422c5551127 /test-requirements.txt
parentce9bdbffb13eed27439d7a70666d29c782256635 (diff)
downloadironic-de6cfdb541d915221111dadaff9b9edc54a5a7e5.tar.gz
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
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 7a2716f43..80ff78035 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