keystone/tools/test-requires
Dan Prince 56492c2374 Nail prettytable test dependency at 0.5.0.
Prettytable 0.6.0 has a bad md5sum in PyPi and as such causes tests
to fail when creating a new venv. Nail the version to 0.5.0.

Fixes LP Bug #1000757.

Change-Id: I121ba8d411e47c2fe154370d9c3c941e25331ce6
2012-05-17 10:38:30 -04:00

31 lines
844 B
Plaintext

# Optional backend: Memcache
python-memcached
# Optional backend: LDAP
python-ldap==2.3.13 # authenticate against an existing LDAP server
# Testing
coverage # computes code coverage percentages
mox # mock object framework
nose # for test discovery and console feedback
nosexcover
openstack.nose_plugin
pylint # static code analysis
pep8==0.6.1 # checks for PEP8 code style compliance
Sphinx>=1.1.2 # required to build documentation
unittest2 # backport of unittest lib in python 2.7
webtest # test wsgi apps without starting an http server
distribute>=0.6.24
# for python-keystoneclient
httplib2
-e git+https://github.com/openstack/python-keystoneclient.git#egg=python-keystoneclient
# for python-novaclient
prettytable==0.5.0
iso8601>=0.1.4
# swift_auth test dependencies
-e git+https://github.com/openstack/swift.git#egg=swift
netifaces