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
This commit is contained in:
Aaron Rosen 2014-09-01 12:57:01 -07:00
parent a6c1e1427d
commit 794335d4ee

View File

@ -5,6 +5,8 @@ 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