[Python-modules-commits] r25193 - in packages/pytest/trunk/debian (changelog tests/control)
mpitt at users.alioth.debian.org
mpitt at users.alioth.debian.org
Mon Jul 15 06:52:07 UTC 2013
Date: Monday, July 15, 2013 @ 06:52:04
Author: mpitt
Revision: 25193
debian/tests/control: Drop trailing comma from test dependencies, which
causes autopkgtest to fail.
Modified:
packages/pytest/trunk/debian/changelog
packages/pytest/trunk/debian/tests/control
Modified: packages/pytest/trunk/debian/changelog
===================================================================
--- packages/pytest/trunk/debian/changelog 2013-07-14 20:48:07 UTC (rev 25192)
+++ packages/pytest/trunk/debian/changelog 2013-07-15 06:52:04 UTC (rev 25193)
@@ -1,3 +1,10 @@
+pytest (2.3.5-2) UNRELEASED; urgency=low
+
+ * debian/tests/control: Drop trailing comma from test dependencies, which
+ causes autopkgtest to fail.
+
+ -- Martin Pitt <mpitt at debian.org> Mon, 15 Jul 2013 08:49:38 +0200
+
pytest (2.3.5-1) unstable; urgency=low
[ Jakub Wilk ]
Modified: packages/pytest/trunk/debian/tests/control
===================================================================
--- packages/pytest/trunk/debian/tests/control 2013-07-14 20:48:07 UTC (rev 25192)
+++ packages/pytest/trunk/debian/tests/control 2013-07-15 06:52:04 UTC (rev 25193)
@@ -13,4 +13,4 @@
@,
python3-all,
python3-mock (>= 1.0.1),
- python3-nose,
+ python3-nose
More information about the Python-modules-commits
mailing list