[Python-apps-commits] r12795 - in packages/planet-venus/trunk/debian (3 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Wed Feb 17 16:24:35 UTC 2016


    Date: Wednesday, February 17, 2016 @ 16:24:35
  Author: barry
Revision: 12795

* Team upload.
* d/tests/control: Add python-libxslt1 to the test dependencies.
* d/tests/runtests: Restore the old way of running the unittests, which
  will still fail, but not block autopkgtests.

Modified:
  packages/planet-venus/trunk/debian/changelog
  packages/planet-venus/trunk/debian/tests/control
  packages/planet-venus/trunk/debian/tests/runtests

Modified: packages/planet-venus/trunk/debian/changelog
===================================================================
--- packages/planet-venus/trunk/debian/changelog	2016-02-17 16:10:42 UTC (rev 12794)
+++ packages/planet-venus/trunk/debian/changelog	2016-02-17 16:24:35 UTC (rev 12795)
@@ -1,3 +1,12 @@
+planet-venus (0~git9de2109-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * d/tests/control: Add python-libxslt1 to the test dependencies.
+  * d/tests/runtests: Restore the old way of running the unittests, which
+    will still fail, but not block autopkgtests.
+
+ -- Barry Warsaw <barry at debian.org>  Wed, 17 Feb 2016 11:13:10 -0500
+
 planet-venus (0~git9de2109-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.

Modified: packages/planet-venus/trunk/debian/tests/control
===================================================================
--- packages/planet-venus/trunk/debian/tests/control	2016-02-17 16:10:42 UTC (rev 12794)
+++ packages/planet-venus/trunk/debian/tests/control	2016-02-17 16:24:35 UTC (rev 12795)
@@ -1,3 +1,3 @@
 Tests: runtests foaftest
-Depends: @, python-genshi, python-django
+Depends: @, python-genshi, python-django, python-libxslt1
 Restrictions: allow-stderr, build-needed

Modified: packages/planet-venus/trunk/debian/tests/runtests
===================================================================
--- packages/planet-venus/trunk/debian/tests/runtests	2016-02-17 16:10:42 UTC (rev 12794)
+++ packages/planet-venus/trunk/debian/tests/runtests	2016-02-17 16:24:35 UTC (rev 12795)
@@ -1,7 +1,8 @@
 #!/bin/sh
 
 # Upstream provides runtests.py, but which doesn't return error code upon failure
-#python runtests.py -v
+python runtests.py -v
 # Hence our improved equivalent way :
-python -m unittest discover -v -s . tests -t . -p 'test_*.py'
+#python -m unittest discover -v -s . tests -t . -p 'test_*.py'
 
+# Unfortunately, the unittests don't pass.




More information about the Python-apps-commits mailing list