diff options
author | Nguyen Van Trung <trungnv@vn.fujitsu.com> | 2018-06-16 17:56:27 +0700 |
---|---|---|
committer | Nguyen Van Trung <trungnv@vn.fujitsu.com> | 2018-06-18 09:23:02 +0700 |
commit | de6cfdb541d915221111dadaff9b9edc54a5a7e5 (patch) | |
tree | f62fd788b6f4a387d53a9c0ee7ea3422c5551127 /lower-constraints.txt | |
parent | ce9bdbffb13eed27439d7a70666d29c782256635 (diff) | |
download | ironic-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 'lower-constraints.txt')
-rw-r--r-- | lower-constraints.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lower-constraints.txt b/lower-constraints.txt index 063f1cca6..bb9438a90 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 |