python-novaclient/test-requirements.txt
Jamie Lennox cc7364067f Allow us to use keystoneclient's session
The session object is a cross-client means of standardizing the
transport layer.

Novaclient's HTTPClient object has diverged significantly from other
clients. It is easier to simply replace it if a session is provided. If
a session is provided then users of the library need to be aware that
functions such as authenticate() will no longer have any effect/are in
error because this is no longer managed by nova.

Change-Id: I8f146b878908239d9b6c1c7d6cdc01c7e124f4e5
2014-07-01 16:53:47 +01:00

15 lines
245 B
Plaintext

hacking>=0.9.2,<0.10
coverage>=3.6
discover
fixtures>=0.3.14
httpretty>=0.8.0,!=0.8.1,!=0.8.2
keyring>=2.1
mock>=1.0
sphinx>=1.1.2,!=1.2.0,<1.3
python-keystoneclient>=0.9.0
oslosphinx
testrepository>=0.0.18
testscenarios>=0.4
testtools>=0.9.34