glance/test-requirements.txt
Zhongyue Luo 63b45d8785 Remove redundant dependencies in test-requirements
Hacking 0.7 already pins down pep8, pyflakes and flake8 so they can be
removed from test-requirements as they are indirect dependencies.

Co-author: Joe Gordon <joe.gordon0@gmail.com>

Change-Id: Ia9f50e35f292ba35f8ca036cd66c930a3ad46ffd
2013-10-19 08:28:45 +09:00

30 lines
473 B
Plaintext

# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.5.6,<0.8
# For translations processing
Babel>=1.3
# Needed for testing
coverage>=3.6
fixtures>=0.3.14
mox>=0.5.3
nose
nose-exclude
openstack.nose_plugin>=0.7
mock>=1.0
nosehtmloutput>=0.0.3
sphinx>=1.1.2
requests>=1.1
testtools>=0.9.32
psutil>=0.6.1,<1.0
# Optional packages that should be installed when testing
MySQL-python
psycopg2
pysendfile==2.0.0
qpid-python
xattr>=0.4
# Documentation
oslo.sphinx