Skip to content

Instantly share code, notes, and snippets.

@spg
Created September 2, 2015 18:31
Show Gist options
  • Save spg/872cb9376bb0e954948e to your computer and use it in GitHub Desktop.
Save spg/872cb9376bb0e954948e to your computer and use it in GitHub Desktop.
bug when running py.test on qutebrowser
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/_pytest/config.py", line 543, in importconftest
mod = conftestpath.pyimport()
File "/usr/local/lib/python2.7/site-packages/py/_path/local.py", line 641, in pyimport
__import__(modname)
File "/Users/spg/qutebrowser/tests/conftest.py", line 32, in <module>
import helpers.stubs as stubsmod
ImportError: No module named stubs
ERROR: could not load /Users/spg/qutebrowser/tests/conftest.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment