[Python-modules-commits] [bond] 04/06: Disable tests using PYBUILD_DISABLE instead of DEB_BUILD_OPTIONS

Yuri D'Elia wavexx-guest at moszumanska.debian.org
Tue Jan 12 11:48:06 UTC 2016


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

wavexx-guest pushed a commit to branch master
in repository bond.

commit bb08b8b62274248cdf96193d7ebac191e5b270ca
Author: Yuri D'Elia <wavexx at thregr.org>
Date:   Tue Jan 12 12:12:51 2016 +0100

    Disable tests using PYBUILD_DISABLE instead of DEB_BUILD_OPTIONS
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a87bf6e..43cb5b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 
 #export DH_VERBOSE=1
 export PYBUILD_NAME=bond
-export DEB_BUILD_OPTIONS=nocheck
+export PYBUILD_DISABLE=test
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list