Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package django-pipeline This fixes bug #851722 which causes random build failures. I am not sure how serious you consider this type of bug, however the workaround is simple. I believe the randomness is caused by the order the tests are run, which depends on the order the files are listed from the directory. diff -Nru django-pipeline-1.6.8/debian/changelog django-pipeline-1.6.8/debian/changelog --- django-pipeline-1.6.8/debian/changelog 2016-08-05 21:32:23.000000000 +1000 +++ django-pipeline-1.6.8/debian/changelog 2017-03-10 18:54:37.000000000 +1100 @@ -1,3 +1,9 @@ +django-pipeline (1.6.8-3) unstable; urgency=medium + + * Work around for random build failures. Closes: #851722. + + -- Brian May <b...@debian.org> Fri, 10 Mar 2017 18:54:37 +1100 + django-pipeline (1.6.8-2) unstable; urgency=medium * Team upload. diff -Nru django-pipeline-1.6.8/debian/rules django-pipeline-1.6.8/debian/rules --- django-pipeline-1.6.8/debian/rules 2016-08-05 21:32:23.000000000 +1000 +++ django-pipeline-1.6.8/debian/rules 2017-03-10 18:54:37.000000000 +1100 @@ -21,4 +21,5 @@ dh_installchangelogs -- HISTORY.rst override_dh_auto_test: + PYTHONPATH=. /usr/bin/django-admin collectstatic --settings=tests.settings --noinput PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="PYTHONPATH=. python{version} /usr/bin/django-admin test --settings=tests.settings" dh_auto_test unblock django-pipeline/1.6.8-3 -- System Information: Debian Release: 9.0 APT prefers testing APT policy: (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (100, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 4.9.0-2-amd64 (SMP w/4 CPU cores) Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system)