Skip to content

Instantly share code, notes, and snippets.

@collinanderson
Created January 16, 2015 15:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save collinanderson/59ac59c2697820473291 to your computer and use it in GitHub Desktop.
Save collinanderson/59ac59c2697820473291 to your computer and use it in GitHub Desktop.
======================================================================
FAIL: test_unpickling_when_appregistrynotready (model_regress.test_pickle.ModelP
ickleTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Users\collin\Documents\GitHub\django1.8\tests\model_regress\test_pick
le.py", line 93, in test_unpickling_when_appregistrynotready
str('PATH'): os.environ['PATH'],
subprocess.CalledProcessError: Command '['C:\\Python34\\python.exe', 'C:\\Users\
\collin\\Documents\\GitHub\\django1.8\\mh58f5zp.py']' returned non-zero exit sta
tus 255
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\collin\Documents\GitHub\django1.8\tests\model_regress\test_pick
le.py", line 97, in test_unpickling_when_appregistrynotready
self.fail("Unable to reload model pickled data")
AssertionError: Unable to reload model pickled data
----------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment