Bug#881196: [Python-modules-team] Bug#881196: django-celery FTBFS with celery 4.1.0-1

2017-11-08 Thread Brian May
Adrian Bunk  writes:

> https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/django-celery.html

It seems that django-celery has been abandoned by upstream.

Packages like django-celery-results are recommended instead.

As such, I have no desire to patch this bug (yet again), and suggest
that we should think about removing the package from Debian testing and
unstable instead.
-- 
Brian May 



Bug#881196: django-celery FTBFS with celery 4.1.0-1

2017-11-08 Thread Adrian Bunk
Source: django-celery
Version: 3.1.17-4
Severity: serious
Tags: buster sid

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/django-celery.html

...
   debian/rules override_dh_auto_test
make[1]: Entering directory '/build/1st/django-celery-3.1.17'
DEB_NETWORK_TESTS=disabled \
dh_auto_test -- --system=custom --test-args="{interpreter} setup.py test"
I: pybuild base:184: python2.7 setup.py test
running test
Traceback (most recent call last):
  File "setup.py", line 202, in 
**extra
  File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
dist.run_commands()
  File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
  File "setup.py", line 129, in run
execute_from_command_line(argv=sys.argv)
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 364, in execute_from_command_line
utility.execute()
  File "/usr/lib/python2.7/dist-packages/django/core/management/__init__.py", 
line 338, in execute
django.setup()
  File "/usr/lib/python2.7/dist-packages/django/__init__.py", line 27, in setup
apps.populate(settings.INSTALLED_APPS)
  File "/usr/lib/python2.7/dist-packages/django/apps/registry.py", line 108, in 
populate
app_config.import_models()
  File "/usr/lib/python2.7/dist-packages/django/apps/config.py", line 202, in 
import_models
self.models_module = import_module(models_module_name)
  File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
  File "/build/1st/django-celery-3.1.17/tests/../djcelery/models.py", line 15, 
in 
from celery.utils.timeutils import timedelta_seconds
ImportError: No module named timeutils
E: pybuild pybuild:283: test: plugin custom failed with: exit code=1: python2.7 
setup.py test
dh_auto_test: pybuild --test -i python{version} -p 2.7 --system=custom 
"--test-args={interpreter} setup.py test" returned exit code 13
debian/rules:27: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 25