diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-02-11 20:37:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-11 20:37:22 +0000 |
commit | 92f982f27f64247a1ad5c74fcf7800db294f7dd5 (patch) | |
tree | 886c2b3ea6b2a113b6a3028d8088d8eb8f7c9c07 /test-requirements.txt | |
parent | 5ad70e9e75a0061d233d1d7a786b40ea2887361c (diff) | |
parent | 35d2f095fa3948293e8f74e41b3fec39a05e7034 (diff) |
Merge "Replace "python-heatclient" with "shade" client"
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index f933df29a..ee9815c45 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,6 +12,9 @@ testrepository==0.0.20 # OSI Approved BSD License; OSI Approved Apache So testtools==2.3.0 # OSI Approved MIT License unittest2==1.1.0 # OSI Approved BSD License +# NOTE(ralonsoh): to be removed, only for coverage support +python-heatclient==1.8.1 # OSI Approved Apache Software License + # Yardstick F release <-> OpenStack Pike release openstack_requirements==1.1.0 # OSI Approved Apache Software License -e git+https://github.com/openstack/requirements.git@stable/pike#egg=os_requirements |