summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDirk Mueller <dirk@dmllr.de>2014-09-11 14:51:25 +0200
committerDirk Mueller <dirk@dmllr.de>2015-07-13 10:21:36 +0200
commita5c7da576c79b3e777dc7e3ae2a9df1f22129608 (patch)
tree0d6b96cb7db10c64bfd2466f429968ac2b5965d1 /test-requirements.txt
parentf6b6333d32ee2839d4e225c63788d409bfbf3e48 (diff)
downloadheat-a5c7da576c79b3e777dc7e3ae2a9df1f22129608.tar.gz
Move qpid-python to test-requirements
qpid-python is only needed if the qpid backend is actually used. when it is part of requirements.txt, loading of heat-engine (which is done via stevedore) fails as it forcefully requires qpid-python then. However heat seems to work just fine without it. Change-Id: I1c49ec709995da145849d8616fe7207908637fb9
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index fde3cf22b..611904c83 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -13,6 +13,7 @@ PyMySQL>=0.6.2 # MIT License
oslosphinx>=2.5.0 # Apache-2.0
oslotest>=1.5.1 # Apache-2.0
paramiko>=1.13.0
+qpid-python;python_version=='2.7'
psycopg2
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
testrepository>=0.0.18