[Python-apps-commits] r13824 - in packages/pyinfra/trunk/debian (changelog rules)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Wed Dec 28 08:28:41 UTC 2016


    Date: Wednesday, December 28, 2016 @ 08:28:38
  Author: stender
Revision: 13824

new upstream release; deb/rules: remove failsave from tests

Modified:
  packages/pyinfra/trunk/debian/changelog
  packages/pyinfra/trunk/debian/rules

Modified: packages/pyinfra/trunk/debian/changelog
===================================================================
--- packages/pyinfra/trunk/debian/changelog	2016-12-27 16:49:05 UTC (rev 13823)
+++ packages/pyinfra/trunk/debian/changelog	2016-12-28 08:28:38 UTC (rev 13824)
@@ -1,3 +1,11 @@
+pyinfra (0.2.2+git20161227.ec708ef-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * deb/rules: remove failsaving for build-time tests (problem with
+    testing in non-2016 environments solved upstream).
+
+ -- Daniel Stender <stender at debian.org>  Tue, 27 Dec 2016 16:18:20 +0100
+
 pyinfra (0.2.2-1) unstable; urgency=medium
 
   * New upstream release.

Modified: packages/pyinfra/trunk/debian/rules
===================================================================
--- packages/pyinfra/trunk/debian/rules	2016-12-27 16:49:05 UTC (rev 13823)
+++ packages/pyinfra/trunk/debian/rules	2016-12-28 08:28:38 UTC (rev 13824)
@@ -9,8 +9,7 @@
 override_dh_auto_build:
 
 override_dh_auto_test:
-	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="python3 -m nose --verbose" dh_auto_test || true
-	# temporarily failsafed as workaround for https://github.com/Fizzadar/pyinfra/issues/94
+	PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="python3 -m nose --verbose" dh_auto_test
 
 override_dh_installdocs:
 	PYTHONPATH=. sphinx-build -N -bhtml docs/ debian/pyinfra/usr/share/doc/pyinfra/html/




More information about the Python-apps-commits mailing list