nova/test-requirements.txt
Rick Harris a134850886 Catch ldap ImportError
Since the `ldap` module isn't a requirement, we need to guard against it not
being present.

One reason this is needed is that we generate sample configs by walking the
module import tree. If a module isn't importable--because a depenency isn't
met, for example--the module's configs are omitted from the sample config,
requiring the developer to manually add them back.

Fixes bug 1208560

Change-Id: Ie23b7fad118ecadabf7e36703934fa933f4e8c50
2013-08-08 17:38:20 +00:00

16 lines
221 B
Plaintext

hacking>=0.5.6,<0.7
coverage>=3.6
discover
feedparser
fixtures>=0.3.12
mox==0.5.3
MySQL-python
psycopg2
pylint==0.25.2
python-subunit
setuptools_git>=0.4
sphinx>=1.1.2
oslo.sphinx
testrepository>=0.0.13
testtools>=0.9.27