Skip to content

Instantly share code, notes, and snippets.

@hughsaunders
Created October 17, 2017 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hughsaunders/5b0ff81f06e507183ed4432f6505d04e to your computer and use it in GitHub Desktop.
Save hughsaunders/5b0ff81f06e507183ed4432f6505d04e to your computer and use it in GitHub Desktop.
Failed to import test module: heat_integrationtests.api.test_heat_api
Traceback (most recent call last):
File "/Users/hughsaunders/Documents/context/RE-645/maas_venv/lib/python2.7/site-packages/unittest2/loader.py", line 456, in _find_test_path
module = self._get_module_from_name(name)
File "/Users/hughsaunders/Documents/context/RE-645/maas_venv/lib/python2.7/site-packages/unittest2/loader.py", line 395, in _get_module_from_name
__import__(name)
File "/Users/hughsaunders/Documents/context/RE-645/maas_venv/lib/python2.7/site-packages/heat_integrationtests/api/test_heat_api.py", line 18, in <module>
from gabbi import driver
ImportError: No module named gabbi
Failed to import test module: heat_integrationtests.common.test
Traceback (most recent call last):
File "/Users/hughsaunders/Documents/context/RE-645/maas_venv/lib/python2.7/site-packages/unittest2/loader.py", line 456, in _find_test_path
module = self._get_module_from_name(name)
File "/Users/hughsaunders/Documents/context/RE-645/maas_venv/lib/python2.7/site-packages/unittest2/loader.py", line 395, in _get_module_from_name
__import__(name)
File "/Users/hughsaunders/Documents/context/RE-645/maas_venv/lib/python2.7/site-packages/heat_integrationtests/common/test.py", line 27, in <module>
import testscenarios
ImportError: No module named testscenarios
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment