You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 23, 2021. It is now read-only.
Hi,
I installed all of the requirements and used setup.py to install the project, then i ran sudo python -m unittest discover and it gave me a failure message::
ImportError: Failed to import test module: simphony.tools.tests.test_lattice_tools
Traceback (most recent call last):
File "/usr/lib/python2.7/unittest/loader.py", line 252, in _find_tests
module = self._get_module_from_name(name)
File "/usr/lib/python2.7/unittest/loader.py", line 230, in _get_module_from_name import(name)
File "/home/edensegal/simphony-common/simphony/tools/tests/test_lattice_tools.py", line 5, in
from hypothesis import given, settings
ImportError: No module named hypothesis
Ran 673 tests in 85.338s
FAILED (errors=1, skipped=3)
Is it imprtant?
also there is a lot of warnings i can paste if someone wants to look at them.