[Python-modules-commits] r23091 - in packages/pyxdg/trunk/debian (changelog tests/upstream)

takluyver-guest at users.alioth.debian.org takluyver-guest at users.alioth.debian.org
Wed Nov 28 14:14:06 UTC 2012


    Date: Wednesday, November 28, 2012 @ 14:14:04
  Author: takluyver-guest
Revision: 23091

Fix for autopkgtest for Martin Pitt

Modified:
  packages/pyxdg/trunk/debian/changelog
  packages/pyxdg/trunk/debian/tests/upstream

Modified: packages/pyxdg/trunk/debian/changelog
===================================================================
--- packages/pyxdg/trunk/debian/changelog	2012-11-28 11:07:44 UTC (rev 23090)
+++ packages/pyxdg/trunk/debian/changelog	2012-11-28 14:14:04 UTC (rev 23091)
@@ -1,3 +1,10 @@
+pyxdg (0.24-2) experimental; urgency=low
+
+  * debian/tests/upstream: Send nose output to stdout instead of stderr; the
+    latter means a test failure (closes: #694517).
+
+ -- Martin Pitt <martin.pitt at ubuntu.com>  Tue, 27 Nov 2012 06:23:17 +0100
+
 pyxdg (0.24-1) experimental; urgency=low
 
   * New upstream version

Modified: packages/pyxdg/trunk/debian/tests/upstream
===================================================================
--- packages/pyxdg/trunk/debian/tests/upstream	2012-11-28 11:07:44 UTC (rev 23090)
+++ packages/pyxdg/trunk/debian/tests/upstream	2012-11-28 14:14:04 UTC (rev 23091)
@@ -7,5 +7,5 @@
 cd test
 
 for PY in $PYTHONS; do
-    nosetests-$PY -v;
+    nosetests-$PY -v 2>&1;
 done




More information about the Python-modules-commits mailing list