Created
October 17, 2017 14:32
-
-
Save hughsaunders/5b0ff81f06e507183ed4432f6505d04e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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