[Python-apps-commits] r12517 - in packages/vulture/trunk/debian (changelog control rules)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Fri Oct 23 23:55:08 UTC 2015


    Date: Friday, October 23, 2015 @ 23:55:07
  Author: danstender-guest
Revision: 12517

deb/rules: added override for dh_auto_test; deb/control: added build-deps for pytest & pytest-cov

Modified:
  packages/vulture/trunk/debian/changelog
  packages/vulture/trunk/debian/control
  packages/vulture/trunk/debian/rules

Modified: packages/vulture/trunk/debian/changelog
===================================================================
--- packages/vulture/trunk/debian/changelog	2015-10-23 23:25:44 UTC (rev 12516)
+++ packages/vulture/trunk/debian/changelog	2015-10-23 23:55:07 UTC (rev 12517)
@@ -1,8 +1,11 @@
 vulture (0.8.1-1) UNRELEASED; urgency=medium
 
   * New upstream release.
+  * deb/control: added build-deps for pytest and pytest-cov.
+  * deb/rules: added override to dh_auto_test, but disabled due to
+    outdated pytest-cov.
 
- -- Daniel Stender <debian at danielstender.com>  Sat, 24 Oct 2015 01:19:52 +0200
+ -- Daniel Stender <debian at danielstender.com>  Sat, 24 Oct 2015 01:49:13 +0200
 
 vulture (0.6-1) unstable; urgency=medium
 

Modified: packages/vulture/trunk/debian/control
===================================================================
--- packages/vulture/trunk/debian/control	2015-10-23 23:25:44 UTC (rev 12516)
+++ packages/vulture/trunk/debian/control	2015-10-23 23:55:07 UTC (rev 12517)
@@ -9,7 +9,9 @@
  dh-python,
  python,
  python-setuptools,
- txt2man
+ txt2man,
+ python-pytest,
+ python-pytest-cov
 Standards-Version: 3.9.6
 Homepage: https://bitbucket.org/jendrikseipp/vulture
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/vulture/trunk/

Modified: packages/vulture/trunk/debian/rules
===================================================================
--- packages/vulture/trunk/debian/rules	2015-10-23 23:25:44 UTC (rev 12516)
+++ packages/vulture/trunk/debian/rules	2015-10-23 23:55:07 UTC (rev 12517)
@@ -9,6 +9,10 @@
 %:
 	dh $@ --with python2 --buildsystem=pybuild
 
+override_dh_auto_test:
+	# dectivate tests waiting for pytest-cov >= 2.0.0 becoming available (#802836)
+	# PYBUILD_SYSTEM=custom PYBUILD_TEST_ARGS="{interpreter} setup.py test" dh_auto_test
+
 override_dh_installdocs:
 	dh_installdocs README.txt
 




More information about the Python-apps-commits mailing list