congress/test-requirements.txt
Aaron Rosen 794335d4ee Fix missing imports causing gate failures
We have tests that import fakes from the python-novaclient. For example,
in congresss/datasources/tests/unit/fakes.py. We should not be doing this
as the novaclients tests are not intended to be a stable interface thus
because additional imports were added to the novaclient file here this
broke us since we don't require these imports. This patch is a quick
hack to get the unit tests working though we need to fix this otherwise
our tests will mostly break again in the future when the novaclient changes.

Change-Id: Iafceea05a3989012b460e48ebfa2021e8d4e74c5
Closes-bug: 1364136
2014-09-01 13:00:58 -07:00

13 lines
239 B
Plaintext

hacking>=0.5.6,<0.8
httpretty>=0.8.0,!=0.8.1,!=0.8.2,!=0.8.3
coverage>=3.6
discover
fixtures>=0.3.14
mock>=1.0
requests-mock>=0.4.0 # Apache-2.0
python-subunit>=0.0.18
sphinx>=1.1.2,!=1.2.0,<1.3
testrepository>=0.0.18
testscenarios>=0.4