shade/test-requirements.txt
Monty Taylor 32d53d58ce Transition nova flavor tests to requests_mock
We had added a betamax fixture for create_flavor, but the requests_mock
approach is actually working out much better. Go ahead and replace it to
simplify the test suite a little bit.

Remove _by_flavor tests as they tested a behavior that's actually invalid but
worked in the test by happenstance.

Transition the rest of the file while we're in there.

Change-Id: Ic2457d7380a8af41ed7bf6b264cbdc2240780ff3
2017-01-31 22:37:14 +00:00

15 lines
273 B
Plaintext

hacking>=0.11.0,<0.12 # Apache-2.0
coverage>=3.6
fixtures>=0.3.14
mock>=1.0
python-subunit
oslosphinx>=2.2.0 # Apache-2.0
requests-mock
sphinx>=1.1.2,!=1.2.0,!=1.3b1,<1.3
testrepository>=0.0.17
testscenarios>=0.4,<0.5
testtools>=0.9.32
reno
futures;python_version<'3.2'