[Python-modules-commits] [django-nose] 01/03: Simplify tests.

Brian May bam at moszumanska.debian.org
Sun Oct 25 22:59:47 UTC 2015


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch master
in repository django-nose.

commit 3dbc41f0e50f260edc41add3478a94486c718ce6
Author: Brian May <bam at debian.org>
Date:   Mon Oct 26 09:24:29 2015 +1100

    Simplify tests.
---
 debian/rules | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index caf8663..246b436 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,4 @@ export PYBUILD_NAME=django-nose
 	dh $@ --with=python2,python3 --buildsystem=pybuild
 
 override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e; \
-	for python in $(shell pyversions -r) $(shell py3versions -r); do \
-	  PYTHON=$$python ./runtests.sh; \
-	done
-endif
+	dh_auto_test -- --system=custom --test-args="PYTHON={interpreter} ./runtests.sh"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-nose.git



More information about the Python-modules-commits mailing list