{{{
$ PYTHONPATH="." PYTHONWARNINGS="d,i::ImportWarning" python2.7
tests/runtests.py --settings=test_sqlite -v1 admin_scripts
Creating test database for alias 'default'...
Creating test database for alias 'other'...
........................................................................................................................................F..................
======================================================================
FAIL: test_app_with_import (admin_scripts.tests.ManageValidate)
manage.py validate does not raise errors when an app imports a base class
that itself has an abstract base
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/Django-1.6/tests/admin_scripts/tests.py", line 1094, in
test_app_with_import
self.assertNoOutput(err)
File "/tmp/Django-1.6/tests/admin_scripts/tests.py", line 182, in
assertNoOutput
self.assertEqual(len(stream), 0, "Stream should be empty: actually
contains '%s'" % stream)
AssertionError: 282 != 0 : Stream should be empty: actually contains
'/tmp/Django-1.6/django/contrib/comments/__init__.py:9:
PendingDeprecationWarning: django.contrib.comments is deprecated and will
be removed before Django 1.8.
warnings.warn("django.contrib.comments is deprecated and will be removed
before Django 1.8.", PendingDeprecationWarning)
'
----------------------------------------------------------------------
Ran 155 tests in 211.841s
FAILED (failures=1)
Destroying test database for alias 'default'...
Destroying test database for alias 'other'...
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21416>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* cc: Arfrever (added)
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/21416#comment:1>
Comment (by timo):
I can reproduce this. May I ask why you want to run the tests in this
particular way?
--
Ticket URL: <https://code.djangoproject.com/ticket/21416#comment:2>
* status: new => closed
* resolution: => needsinfo
--
Ticket URL: <https://code.djangoproject.com/ticket/21416#comment:3>