pytest tests error
When I run command "pytest tests", I get this errors:
Traceback (most recent call last): File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 329, in _getconftestmodules return self._path2confmods[path] KeyError: local('/root/casper/tests')
During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 360, in _importconftest return self._conftestpath2mod[conftestpath] KeyError: local('/root/casper/tests/conftest.py')
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/local/lib/python3.5/site-packages/_pytest/config.py", line 366, in _importconftest
mod = conftestpath.pyimport()
File "/usr/local/lib/python3.5/site-packages/py/_path/local.py", line 668, in pyimport
import(modname)
File "/usr/local/lib/python3.5/site-packages/pytest/assertion/rewrite.py", line 213, in load_module
py.builtin.exec(co, mod.dict)
File "/root/casper/tests/conftest.py", line 3, in