Source: django-floppyforms
Version: 1.1-1
Severity: serious
Tags: sid jessie
Justification: fails to build but built successfully in the past

django-floppyforms fails to build with django 1.6:
|    debian/rules override_dh_auto_test
| make[1]: Entering directory `/«PKGBUILDDIR»'
| set -e; \
|   for python in python2.7; do \
|     PYTHONPATH="." $python /usr/bin/django-admin test floppyforms 
--settings=floppyforms.test_settings; \
|   done
| Traceback (most recent call last):
|   File "/usr/bin/django-admin", line 5, in <module>
|     management.execute_from_command_line()
|   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 399, in execute_from_command_line
|     utility.execute()
|   File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 392, in execute
|     self.fetch_command(subcommand).run_from_argv(self.argv)
|   File 
"/usr/lib/python2.7/dist-packages/django/core/management/commands/test.py", 
line 50, in run_from_argv
|     super(Command, self).run_from_argv(argv)
|   File "/usr/lib/python2.7/dist-packages/django/core/management/base.py", 
line 238, in run_from_argv
|     parser = self.create_parser(argv[0], argv[1])
|   File 
"/usr/lib/python2.7/dist-packages/django/core/management/commands/test.py", 
line 53, in create_parser
|     test_runner_class = get_runner(settings, self.test_runner)
|   File "/usr/lib/python2.7/dist-packages/django/test/utils.py", line 166, in 
get_runner
|     test_module = __import__(test_module_name, {}, {}, 
force_str(test_path[-1]))
|   File "/usr/lib/python2.7/dist-packages/discover_runner/__init__.py", line 
2, in <module>
|     from .runner import DiscoverRunner  # noqa
|   File "/usr/lib/python2.7/dist-packages/discover_runner/runner.py", line 15, 
in <module>
|     raise ImproperlyConfigured("You are using Django >= 1.6 which comes "
| django.core.exceptions.ImproperlyConfigured: You are using Django >= 1.6 
which comes with an own version of the discover test runner. Please remove 
'discover_runner' from the INSTALLED_APPS and TEST_RUNNER settings and use the 
official runner instead.
| make[1]: *** [override_dh_auto_test] Error 1
| make[1]: Leaving directory `/«PKGBUILDDIR»'
| make: *** [build] Error 2
| dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full build log is available at
http://people.debian.org/~sramacher/logs/django-1.6/django-floppyforms_1.1-1_amd64.log

Regards
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: Digital signature

Reply via email to