Control: reopen -1
Control: tag -1 + confirmed

The package fails to build with Django 1.7 albeit only in the python3
tests:

python3 ./runtests.py
System check identified some issues:

WARNINGS:
?: (1_7.W001) MIDDLEWARE_CLASSES is not set.
        HINT: Django 1.7 changed the global defaults for the 
MIDDLEWARE_CLASSES. django.contrib.sessions.middleware.SessionMiddleware, djang
o.contrib.auth.middleware.AuthenticationMiddleware, and 
django.contrib.messages.middleware.MessageMiddleware were removed from the 
defaults.
 If your project needs these middleware then you should configure this setting.
tests.Account.friendly: (1_6.W002) BooleanField does not have a default value.
        HINT: Django 1.6 changed the default value of BooleanField from False 
to None. See https://docs.djangoproject.com/en/1.6/ref/models/
fields/#booleanfield for more information.
[...]
..s.........ssss...s..x.ss..x..x..........................x...........xx...........................x...............x.............s..................s..sss.....................F..F.F.........
======================================================================
FAIL: test_view (tests.test_views.GenericClassBasedViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/«PKGBUILDDIR»/tests/test_views.py", line 32, in test_view
    self.assertContains(response, b)
  File "/usr/lib/python3/dist-packages/django/test/testcases.py", line 363, in 
assertContains
    msg_prefix + "Couldn't find %s in response" % text_repr)
AssertionError: False is not true : Couldn't find 'Ender's Game' in response

======================================================================
FAIL: test_view_with_filterset_not_model 
(tests.test_views.GenericClassBasedViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/«PKGBUILDDIR»/tests/test_views.py", line 48, in 
test_view_with_filterset_not_model
    self.assertContains(response, b)
  File "/usr/lib/python3/dist-packages/django/test/testcases.py", line 363, in 
assertContains
    msg_prefix + "Couldn't find %s in response" % text_repr)
AssertionError: False is not true : Couldn't find 'Ender's Game' in response

======================================================================
FAIL: test_view (tests.test_views.GenericFunctionalViewTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/«PKGBUILDDIR»/tests/test_views.py", line 74, in test_view
    self.assertContains(response, b)
  File "/usr/lib/python3/dist-packages/django/test/testcases.py", line 363, in 
assertContains
    msg_prefix + "Couldn't find %s in response" % text_repr)
AssertionError: False is not true : Couldn't find 'Ender's Game' in response

----------------------------------------------------------------------
Ran 190 tests in 0.267s

FAILED (failures=3, skipped=13, expected failures=8)
Creating test database for alias 'default'...
Destroying test database for alias 'default'...
make[1]: *** [override_dh_auto_test] Error 1


Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Discover the Debian Administrator's Handbook:
→ http://debian-handbook.info/get/


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to