42de74116e
The qpid notification tests are not run if the qpid-python package is not installed. This change adds it to the test-requires list and removes the check for it since it should always be present. Fixes bug 1173380 Change-Id: I2763e320e6018fde196c903f515920ad33f28aa6
31 lines
498 B
Plaintext
31 lines
498 B
Plaintext
# Packages needed for dev testing
|
|
distribute>=0.6.24
|
|
|
|
# Install bounded pep8/pyflakes first, then let flake8 install
|
|
pep8==1.4.5
|
|
pyflakes==0.7.2
|
|
flake8==2.0
|
|
hacking>=0.5.3,<0.6
|
|
|
|
# For translations processing
|
|
Babel
|
|
|
|
# Needed for testing
|
|
coverage
|
|
fixtures>=0.3.12
|
|
mox
|
|
nose
|
|
nose-exclude
|
|
openstack.nose_plugin>=0.7
|
|
nosehtmloutput>=0.0.3
|
|
sphinx>=1.1.2
|
|
requests
|
|
testtools>=0.9.22
|
|
|
|
# Optional packages that should be installed when testing
|
|
MySQL-python
|
|
psycopg2
|
|
pysendfile==2.0.0
|
|
qpid-python
|
|
xattr>=0.6.0
|