Files
nova/tools/test-requires
T
Vishvananda Ishaya 8ca9ba946e Remove dependency on python-ldap for tests
We have a fake ldap implementation for testing, but the tests still
fail if ldap isn't installed. This modifies the usage of ldap in
the LdapDNS tests to stub the module before attempting to import
it. This allows us to test without having python-ldap installed.

It removes the unneccessary FakeLdapDNS in favor of using the real
LdapDNS with the module stubbed out. It also removes the dependency
on python-ldap from test-requires.

Change-Id: Ifbe09e16436afa6999dcb7385763492b0026556c
2012-10-02 16:01:49 -07:00

15 lines
204 B
Plaintext

# Packages needed for dev testing
distribute>=0.6.24
coverage
mox==0.5.3
nose
openstack.nose_plugin>=0.7
nosehtmloutput
pep8==1.1
pylint==0.25.2
sphinx>=1.1.2
feedparser
python-cinderclient
MySQL-python