Your message dated Fri, 4 Sep 2015 16:20:37 +0200
with message-id <[email protected]>
and subject line Re: Bug#734579: Fix autopkgtest (outputs stderr)
has caused the Debian Bug report #734579,
regarding Fix autopkgtest (outputs stderr)
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
734579: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734579
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-dateutil
Version: 1.5+dfsg-1
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch trusty
Hello,
thanks for adding the autopkgtest (from #729461). Unfortunately this
fails as python's unittest outputs to stderr by default, and by
default autopkgtest considers any stderr output as failure (see [1]).
This patch sets the "allow-stderr" restriction, with that it succeeds.
Thanks for considering,
Martin
[1]
https://jenkins.qa.ubuntu.com/view/Trusty/view/AutoPkgTest/job/trusty-adt-python-dateutil/1/
--
Martin Pitt | http://www.piware.de
Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -Nru python-dateutil-1.5+dfsg/debian/changelog
python-dateutil-1.5+dfsg/debian/changelog
--- python-dateutil-1.5+dfsg/debian/changelog 2014-01-06 10:35:29.000000000
+0100
+++ python-dateutil-1.5+dfsg/debian/changelog 2014-01-08 10:05:17.000000000
+0100
@@ -1,3 +1,10 @@
+python-dateutil (1.5+dfsg-1ubuntu1) trusty; urgency=medium
+
+ * Add missing "allow-stderr" autopkgtest restriction, as unittest outputs to
+ stderr.
+
+ -- Martin Pitt <[email protected]> Wed, 08 Jan 2014 10:05:05 +0100
+
python-dateutil (1.5+dfsg-1) unstable; urgency=medium
[ Guido Günther ]
diff -Nru python-dateutil-1.5+dfsg/debian/tests/control
python-dateutil-1.5+dfsg/debian/tests/control
--- python-dateutil-1.5+dfsg/debian/tests/control 2014-01-06
09:45:47.000000000 +0100
+++ python-dateutil-1.5+dfsg/debian/tests/control 2014-01-08
10:05:04.000000000 +0100
@@ -1,2 +1,3 @@
Tests: upstream
Depends: @
+Restrictions: allow-stderr
signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Version: python-dateutil/2.2-2
On Wed, Jan 08, 2014 at 10:09:46AM +0100, Martin Pitt wrote:
> Package: python-dateutil
> Version: 1.5+dfsg-1
> Tags: patch
> User: [email protected]
> Usertags: origin-ubuntu ubuntu-patch trusty
>
> Hello,
>
> thanks for adding the autopkgtest (from #729461). Unfortunately this
> fails as python's unittest outputs to stderr by default, and by
> default autopkgtest considers any stderr output as failure (see [1]).
>
> This patch sets the "allow-stderr" restriction, with that it succeeds.
>
> Thanks for considering,
Fixed in 2.2-2 already but not closed via changelog.
Cheers,
-- Guido
--- End Message ---