[Python-modules-commits] [pylint-celery] 02/02: deb/rules: use override to disable build-time testing
Daniel Stender
danstender-guest at moszumanska.debian.org
Wed Jun 24 07:17:37 UTC 2015
This is an automated email from the git hooks/post-receive script.
danstender-guest pushed a commit to branch master
in repository pylint-celery.
commit 5b1e8b295c460beacb0b0c4032d0601f844a7813
Author: Daniel Stender <debian at danielstender.com>
Date: Wed Jun 24 09:12:42 2015 +0200
deb/rules: use override to disable build-time testing
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 9283478..7c2554a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
#!/usr/bin/make -f
#export DH_VERBOSE=1
-export DEB_BUILD_OPTIONS=nocheck # tests doesn't run w/o errors
+#export DEB_BUILD_OPTIONS=nocheck
export PYBUILD_NAME=pylint-celery
%:
dh $@ --with python2,python3 --buildsystem=pybuild
+
+override_dh_auto_test:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pylint-celery.git
More information about the Python-modules-commits
mailing list