[Python-modules-team] Bug#818730: FTBFS in unstable
Steve Langasek
vorlon at debian.org
Sun Mar 20 07:55:48 UTC 2016
Package: src:django-pipeline
Version: 1.6.4-1
Severity: serious
django-pipeline fails to build in unstable with the following error:
make[1]: Entering directory '/tmp/django-pipeline-1.6.4'
PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="PYTHONPATH=. python{version} /usr/bin/django-admin test --settings=tests.settings" dh_auto_test
I: pybuild base:184: PYTHONPATH=. python2.7 /usr/bin/django-admin test --settings=tests.settings
.........................................F...F................
======================================================================
FAIL: test_css_compressor_class (tests.tests.test_compressor.CompressorTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/django-pipeline-1.6.4/tests/tests/test_compressor.py", line 36, in test_css_compressor_class
self.assertEqual(self.compressor.css_compressor, YuglifyCompressor)
AssertionError: None != <class 'pipeline.compressors.yuglify.YuglifyCompressor'>
======================================================================
FAIL: test_js_compressor_class (tests.tests.test_compressor.CompressorTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/django-pipeline-1.6.4/tests/tests/test_compressor.py", line 33, in test_js_compressor_class
self.assertEqual(self.compressor.js_compressor, YuglifyCompressor)
AssertionError: None != <class 'pipeline.compressors.yuglify.YuglifyCompressor'>
----------------------------------------------------------------------
Ran 62 tests in 0.902s
FAILED (failures=2)
Since this is an Arch: all package with no build log, it's not clear what has
changed to cause it to fail to build, but clearly something has.
More information about the Python-modules-team
mailing list