[Python-modules-commits] [kombu] 06/06: Simplify tests.
Brian May
bam at moszumanska.debian.org
Wed Nov 18 23:06:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
bam pushed a commit to branch master
in repository kombu.
commit c5b701328ccd3e3cc9ca19d4a765fee213f6d3d1
Author: Brian May <bam at debian.org>
Date: Thu Nov 19 09:49:07 2015 +1100
Simplify tests.
---
debian/rules | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/debian/rules b/debian/rules
index 9e0e5f3..e60df46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,16 +10,7 @@ override_dh_auto_build:
dh_auto_build
override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
- set -e; \
- for python in $(shell pyversions -r); do \
- $$python setup.py test ; \
- done
- set -e; \
- for python in $(shell py3versions -r); do \
- $$python setup.py test ; \
- done
-endif
+ dh_auto_test -- --system=custom --test-args="{interpreter} setup.py test"
override_dh_python3:
dh_python3 -v
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/kombu.git
More information about the Python-modules-commits
mailing list