Created
February 28, 2013 21:41
-
-
Save groovecoder/5060364 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
ERROR: test_task_queue (vagrant.apps.wiki.tests.test_tasks.RebuildTestCase) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "/vagrant/apps/wiki/tests/test_tasks.py", line 45, in setUp | |
self.old_settings = deepcopy(settings._wrapped.__dict__) | |
File "/usr/lib/python2.7/copy.py", line 163, in deepcopy | |
y = copier(x, memo) | |
File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict | |
y[deepcopy(key, memo)] = deepcopy(value, memo) | |
File "/usr/lib/python2.7/copy.py", line 163, in deepcopy | |
y = copier(x, memo) | |
File "/usr/lib/python2.7/copy.py", line 257, in _deepcopy_dict | |
y[deepcopy(key, memo)] = deepcopy(value, memo) | |
File "/usr/lib/python2.7/copy.py", line 190, in deepcopy | |
y = _reconstruct(x, rv, 1, memo) | |
File "/usr/lib/python2.7/copy.py", line 329, in _reconstruct | |
y = callable(*args) | |
File "/usr/lib/python2.7/copy_reg.py", line 93, in __newobj__ | |
return cls.__new__(cls, *args) | |
TypeError: object.__new__(NotImplementedType) is not safe, use NotImplementedType.__new__() | |
---------------------------------------------------------------------- | |
Ran 511 tests in 96.187s | |
FAILED (SKIP=71, errors=72) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment