[Python-modules-commits] r26305 - in packages/python-memprof/trunk/debian (3 files)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Mon Oct 28 21:17:20 UTC 2013


    Date: Monday, October 28, 2013 @ 21:17:18
  Author: vicho
Revision: 26305

Fix "autopkgtest fails, and does not test installed package" by
actually testing the installed package instead of testing a build
(Closes: #728083)

Modified:
  packages/python-memprof/trunk/debian/changelog
  packages/python-memprof/trunk/debian/tests/python2-testsuite
  packages/python-memprof/trunk/debian/tests/python3-testsuite

Modified: packages/python-memprof/trunk/debian/changelog
===================================================================
--- packages/python-memprof/trunk/debian/changelog	2013-10-28 14:20:24 UTC (rev 26304)
+++ packages/python-memprof/trunk/debian/changelog	2013-10-28 21:17:18 UTC (rev 26305)
@@ -1,3 +1,11 @@
+python-memprof (0.3.2-2) UNRELEASED; urgency=low
+
+  * Fix "autopkgtest fails, and does not test installed package" by
+    actually testing the installed package instead of testing a build
+    (Closes: #728083)
+
+ -- Javi Merino <vicho at debian.org>  Mon, 28 Oct 2013 21:01:38 +0000
+
 python-memprof (0.3.2-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-memprof/trunk/debian/tests/python2-testsuite
===================================================================
--- packages/python-memprof/trunk/debian/tests/python2-testsuite	2013-10-28 14:20:24 UTC (rev 26304)
+++ packages/python-memprof/trunk/debian/tests/python2-testsuite	2013-10-28 21:17:18 UTC (rev 26305)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-exec python setup.py test
+exec python -m unittest discover -s testsuite

Modified: packages/python-memprof/trunk/debian/tests/python3-testsuite
===================================================================
--- packages/python-memprof/trunk/debian/tests/python3-testsuite	2013-10-28 14:20:24 UTC (rev 26304)
+++ packages/python-memprof/trunk/debian/tests/python3-testsuite	2013-10-28 21:17:18 UTC (rev 26305)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-exec python3 setup.py test
+exec python3 -m unittest discover -s testsuite




More information about the Python-modules-commits mailing list