diff options
author | Jeremy Stanley <fungi@yuggoth.org> | 2014-09-10 22:27:33 +0000 |
---|---|---|
committer | Jeremy Stanley <fungi@yuggoth.org> | 2014-09-10 22:27:33 +0000 |
commit | f988eea62adc1b358bbcb48e104e1fe1edd6fd2e (patch) | |
tree | bb19664483865c1ba33cd3cf4385e2eeec34914b /test-requirements.txt | |
parent | e50c5ad2e9b928abe998262b471ef23852af13d9 (diff) | |
download | zuul-f988eea62adc1b358bbcb48e104e1fe1edd6fd2e.tar.gz |
Make keystone and swift clients optional test reqs
Since keystoneclient pulls in lxml which needs various system
library headers to build its bindings, and swiftclient depends on
keystoneclient, and zuul handles these as optional dependencies,
make them test requirements.
Change-Id: I5c7db10644dcf2810cbfdfe8c11d4790909c04cf
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt index 99ada8966..5192de701 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,7 +6,9 @@ sphinxcontrib-blockdiag>=0.5.5 docutils==0.9.1 discover fixtures>=0.3.14 +python-keystoneclient>=0.4.2 python-subunit +python-swiftclient>=1.6 testrepository>=0.0.17 testtools>=0.9.32 sphinxcontrib-programoutput |