Skip to content

Instantly share code, notes, and snippets.

@mjtamlyn
Created December 31, 2013 11:29
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 mjtamlyn/8195542 to your computer and use it in GitHub Desktop.
Save mjtamlyn/8195542 to your computer and use it in GitHub Desktop.
Django stable/1.6.X on python 3.4b1
(django-py3.4) ~/code/django/tests  ± stable/1.6.X  PYTHONPATH=.. ./runtests.py --settings=test_sqlite
/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/platform.py:647: DeprecationWarning: The readPlist function is deprecated, use load() instead
pl = plistlib.readPlist(fn)
Creating test database for alias 'default'...
/Users/marc/.virtualenvs/django-py3.4/bin/../lib/python3.4/codecs.py:897: DeprecationWarning: 'U' mode is deprecated
file = builtins.open(filename, mode, buffering)
Creating test database for alias 'other'...
...................................................................................................................................................s.....................................................................................................................................................................................x.............................................................................................................................................................................................................................................................................../Users/marc/code/django/django/test/html.py:156: DeprecationWarning: The value of convert_charrefs will become True in 3.5. You are encouraged to set the value explicitly.
HTMLParser.__init__(self)
......................................../Users/marc/code/django/django/utils/html.py:118: DeprecationWarning: The value of convert_charrefs will become True in 3.5. You are encouraged to set the value explicitly.
HTMLParser.__init__(self)
........................................................................................................ss................................................................................................................................................................................................................................sss.................................s.......s...ss.....................ss.s.............s.........s...................s........................................................................................................................................................................................................................................s...........................................................................s..........................................s..ss.................................s........................................................................................s.....................................................................................................................................................................................................................................................................................................................................s........................s.................s...............................................x............................................................................................................................................................s..............................s.............................................................................................................................................F...........................................................................s.......................................................................................................sssssssssssssssssssssssssssssssssssssssssssss...................................................................s...........................................................................................................................x................................s.................................................................................................................................................................................................ss......x.xx....................x.............x............................................................................................................................................................s.....................................xx...........................................ssssssssssss................s................................................s..........................sss...................................................................................................................................................................................................................................s......................sssssss....s.......ss.....s......s...ssss..s..ss...............s.s......s..............................................................................................................................................................................................................................................................................................................................sssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss.......................ss.......................................................................................sss.......F.........................................................F..........F.........................F...............F..........................................sss.....................ssssss...........s......ssssssss.......s................................................................................................................................................................................................ssssssssssssssssssssssssssssssssssssss............s..........................................ss..........................ss..................................................................................................................................................................s......................s.........................................................................................................ss............................................ssssssss.....s.............................................................................................ssssssssssssssssssss...........................................ssssssssssssssssssss...s.......s...........ss.ssssss...........................................................................................s..............................................EE................................................................................................................................................................................................................................ss.......ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss........................ssssssssssssss...................sss...
======================================================================
ERROR: test_deep_loader (utils_tests.test_module_loading.CustomLoader)
Modules deep inside an egg can still be tested for existence
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/marc/code/django/tests/utils_tests/test_module_loading.py", line 104, in test_deep_loader
self.assertFalse(module_has_submodule(egg_module, 'no_such_module'))
File "/Users/marc/code/django/django/utils/module_loading.py", line 50, in module_has_submodule
if finder.find_module(name, package_path):
File "<frozen importlib._bootstrap>", line 1881, in find_module
File "<frozen importlib._bootstrap>", line 1860, in find_spec
File "<frozen importlib._bootstrap>", line 1843, in _get_spec
ImportError: spec missing loader
======================================================================
ERROR: test_shallow_loader (utils_tests.test_module_loading.CustomLoader)
Module existence can be tested inside eggs
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/marc/code/django/tests/utils_tests/test_module_loading.py", line 85, in test_shallow_loader
self.assertFalse(module_has_submodule(egg_module, 'no_such_module'))
File "/Users/marc/code/django/django/utils/module_loading.py", line 50, in module_has_submodule
if finder.find_module(name, package_path):
File "<frozen importlib._bootstrap>", line 1881, in find_module
File "<frozen importlib._bootstrap>", line 1860, in find_spec
File "<frozen importlib._bootstrap>", line 1843, in _get_spec
ImportError: spec missing loader
======================================================================
FAIL: test_dont_base64_encode (mail.tests.MailTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/marc/code/django/tests/mail/tests.py", line 330, in test_dont_base64_encode
self.assertTrue(str('Content-Transfer-Encoding: 8bit') in s)
AssertionError: False is not true
======================================================================
FAIL: test_app_command_multiple_apps (admin_scripts.tests.CommandTypes)
User AppCommands raise an error when multiple app names are provided
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/marc/code/django/tests/admin_scripts/tests.py", line 1381, in test_app_command_multiple_apps
self.assertNoOutput(err)
File "/Users/marc/code/django/tests/admin_scripts/tests.py", line 181, in assertNoOutput
self.assertEqual(len(stream), 0, "Stream should be empty: actually contains '%s'" % stream)
AssertionError: 2960 != 0 : Stream should be empty: actually contains 'Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x1035bacc0>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x103014470>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x10337e6d8>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x1035bacc0>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x1035bacc0>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x1035bacc0>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x1035bacc0>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x1035bacc0>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x1035bacc0>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x1023754e0>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
'
======================================================================
FAIL: test_builtin_with_environment (admin_scripts.tests.DjangoAdminMultipleSettings)
alternate: django-admin builtin commands succeed if settings are provided in the environment
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/marc/code/django/tests/admin_scripts/tests.py", line 522, in test_builtin_with_environment
self.assertNoOutput(err)
File "/Users/marc/code/django/tests/admin_scripts/tests.py", line 181, in assertNoOutput
self.assertEqual(len(stream), 0, "Stream should be empty: actually contains '%s'" % stream)
AssertionError: 592 != 0 : Stream should be empty: actually contains 'Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x10224a160>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x10224a160>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
'
======================================================================
FAIL: test_builtin_with_environment (admin_scripts.tests.DjangoAdminSettingsDirectory)
directory: django-admin builtin commands succeed if settings are provided in the environment
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/marc/code/django/tests/admin_scripts/tests.py", line 630, in test_builtin_with_environment
self.assertNoOutput(err)
File "/Users/marc/code/django/tests/admin_scripts/tests.py", line 181, in assertNoOutput
self.assertEqual(len(stream), 0, "Stream should be empty: actually contains '%s'" % stream)
AssertionError: 296 != 0 : Stream should be empty: actually contains 'Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x103573240>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
'
======================================================================
FAIL: test_builtin_with_settings (admin_scripts.tests.ManageFullPathDefaultSettings)
fulldefault: manage.py builtin commands succeed if settings are provided as argument
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/marc/code/django/tests/admin_scripts/tests.py", line 753, in test_builtin_with_settings
self.assertNoOutput(err)
File "/Users/marc/code/django/tests/admin_scripts/tests.py", line 181, in assertNoOutput
self.assertEqual(len(stream), 0, "Stream should be empty: actually contains '%s'" % stream)
AssertionError: 1265 != 0 : Stream should be empty: actually contains 'Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x101f15588>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 273, in _remove_receiver
File "/Users/marc/code/django/django/dispatch/saferef.py", line 167, in __eq__
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x101f15470>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x101f15470>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x102c74240>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
'
======================================================================
FAIL: test_builtin_with_settings (admin_scripts.tests.ManageMultipleSettings)
multiple: manage.py builtin commands succeed if settings are provided as argument
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/marc/code/django/tests/admin_scripts/tests.py", line 960, in test_builtin_with_settings
self.assertNoOutput(err)
File "/Users/marc/code/django/tests/admin_scripts/tests.py", line 181, in assertNoOutput
self.assertEqual(len(stream), 0, "Stream should be empty: actually contains '%s'" % stream)
AssertionError: 296 != 0 : Stream should be empty: actually contains 'Exception ignored in: <bound method Signal._remove_receiver of <django.dispatch.dispatcher.Signal object at 0x10171b400>>
Traceback (most recent call last):
File "/Users/marc/code/django/django/dispatch/dispatcher.py", line 276, in _remove_receiver
TypeError: 'NoneType' object is not callable
'
----------------------------------------------------------------------
Ran 5868 tests in 189.023s
FAILED (failures=6, errors=2, skipped=508, expected failures=10)
Destroying test database for alias 'default'...
Destroying test database for alias 'other'...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment