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. _______________________________________________ Python-modules-team mailing list Python-modules-team@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team