[Python-modules-team] Bug#743244: python-cffi: DEP8 test suite generates huge amounts of log
Martin Pitt
martin.pitt at ubuntu.com
Thu May 8 08:09:39 UTC 2014
tag 743244 patch
severity 743244 important
user 743244 ubuntu-devel at lists.ubuntu.com
usertags 743244 ubuntu-patch utopic
thanks
Hey Stefano, Antonio, all,
Bumping severity as this pretty much DoSes our testing infrastructure.
We had the same problem in Ubuntu as well, and this makes Jenkins
explose :-)
Simple fix attached. This fixes the test and avoids the enormous
failure log.
Thanks,
Martin
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
-------------- next part --------------
diff -Nru python-cffi-0.8.1/debian/changelog python-cffi-0.8.1/debian/changelog
--- python-cffi-0.8.1/debian/changelog 2014-01-18 19:24:23.000000000 +0100
+++ python-cffi-0.8.1/debian/changelog 2014-05-08 10:06:01.000000000 +0200
@@ -1,3 +1,11 @@
+python-cffi (0.8.1-2) UNRELEASED; urgency=medium
+
+ * Add missing build-essential test dependency. The lack of that made the
+ test fail and complain bitterly with a ginormous (~ 3 GB!) log file.
+ (Closes: #743244)
+
+ -- Martin Pitt <mpitt at debian.org> Thu, 08 May 2014 10:05:10 +0200
+
python-cffi (0.8.1-1) unstable; urgency=medium
* New upstream release.
diff -Nru python-cffi-0.8.1/debian/tests/control python-cffi-0.8.1/debian/tests/control
--- python-cffi-0.8.1/debian/tests/control 2013-08-08 00:33:13.000000000 +0200
+++ python-cffi-0.8.1/debian/tests/control 2014-05-08 10:04:54.000000000 +0200
@@ -1,5 +1,6 @@
Tests: unittests
Depends:
+ build-essential,
python-all-dbg,
python-all-dev,
python-cffi,
@@ -10,6 +11,7 @@
Tests: unittests3
Depends:
+ build-essential,
python-virtualenv,
python3-all-dbg,
python3-all-dev,
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/python-modules-team/attachments/20140508/64dc843a/attachment.sig>
More information about the Python-modules-team
mailing list