[Python-modules-commits] [kombu] 08/08: Fixed auto-tests.
Thomas Goirand
zigo at moszumanska.debian.org
Sat Nov 4 22:21:58 UTC 2017
This is an automated email from the git hooks/post-receive script.
zigo pushed a commit to branch master
in repository kombu.
commit 521ffbdeb046ae08e89c6b3fc77b383f35cf0d86
Author: Thomas Goirand <zigo at debian.org>
Date: Sat Nov 4 22:15:39 2017 +0000
Fixed auto-tests.
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 161a0c0..6be432e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,9 @@ ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
endif
override_dh_auto_test:
+ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
dh_auto_test -- --system=custom --test-args="{interpreter} setup.py test"
+endif
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