keystone/tools/test-requires
Monty Taylor e33a4742a8 Clean up test requires a bit.
The main culprit here was prettytable - but because of the way this was
working, it was causing intermittent transient network issues from pypi in
the devstack gates.

Change-Id: I62117116c850361c5e2de7e6485c14ef43007c1d
2012-06-16 13:01:39 -04:00

28 lines
806 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==1.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
iso8601>=0.1.4
# for python-keystoneclient
httplib2
https://github.com/openstack/python-keystoneclient/zipball/master#egg=python-keystoneclient
# swift_auth test dependencies
https://github.com/openstack/swift/zipball/master#egg=swift
netifaces