[Python-modules-commits] r25586 - in packages/pycha/trunk/debian (rules)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Thu Aug 15 16:49:50 UTC 2013
Date: Thursday, August 15, 2013 @ 16:49:48
Author: bernat
Revision: 25586
Use {interpreter} in case we have Python 3 support one day.
Modified:
packages/pycha/trunk/debian/rules
Modified: packages/pycha/trunk/debian/rules
===================================================================
--- packages/pycha/trunk/debian/rules 2013-08-15 13:36:13 UTC (rev 25585)
+++ packages/pycha/trunk/debian/rules 2013-08-15 16:49:48 UTC (rev 25586)
@@ -6,7 +6,7 @@
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
- PYBUILD_TEST_ARGS="nosetests --with-doctest tests/*.py" dh_auto_test
+ PYBUILD_TEST_ARGS="{interpreter} -m nose --with-doctest tests/*.py" dh_auto_test
override_dh_auto_clean:
dh_auto_clean
More information about the Python-modules-commits
mailing list