Skip to content

Instantly share code, notes, and snippets.

@andymccurdy
Created March 12, 2012 22:01
Show Gist options
  • Save andymccurdy/2024981 to your computer and use it in GitHub Desktop.
Save andymccurdy/2024981 to your computer and use it in GitHub Desktop.
======================================================================
ERROR: Failure: ImportError (cannot import name SkipTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/andy/.virtualenvs/tested/lib/python2.6/site-packages/nose/loader.py", line 390, in loadTestsFromName
addr.filename, addr.module)
File "/Users/andy/.virtualenvs/tested/lib/python2.6/site-packages/nose/importer.py", line 39, in importFromPath
return self.importFromDir(dir_path, fqname)
File "/Users/andy/.virtualenvs/tested/lib/python2.6/site-packages/nose/importer.py", line 86, in importFromDir
mod = load_module(part_fqname, fh, filename, desc)
File "/Users/andy/.virtualenvs/tested/src/secure/test_secure/tagutils/test_tag.py", line 1, in <module>
from unittest import TestCase, SkipTest
ImportError: cannot import name SkipTest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment