commit | 195f5c65ecb3d9ae571261a5cbb7622ee37ebb68 | [log] [tgz] |
---|---|---|
author | Zuul <zuul@review.openstack.org> | Sun Nov 26 11:20:14 2017 +0000 |
committer | Gerrit Code Review <review@openstack.org> | Sun Nov 26 11:20:14 2017 +0000 |
tree | b1932d2a73a58f867a4514783f5aa4a0274f6fdc | |
parent | 5380df145dfe133dd3277067c1a822796fa69eb1 [diff] | |
parent | 5a880e6d7247b9456dba75a5c659025db4af075a [diff] |
Merge "Add __all__ to __init__ for service clients"
diff --git a/requirements.txt b/requirements.txt index 3d6be99..2af96d6 100644 --- a/requirements.txt +++ b/requirements.txt
@@ -5,5 +5,5 @@ dnspython>=1.14.0;python_version=='2.7' # http://www.dnspython.org/LICENSE dnspython3!=1.13.0,!=1.14.0,>=1.12.0;python_version>='3.0' # http://www.dnspython.org/LICENSE ddt>=1.0.1 # MIT -testtools>=1.4.0 # MIT -tempest>=16.1.0 # Apache-2.0 +testtools>=2.2.0 # MIT +tempest>=17.1.0 # Apache-2.0