[Python-modules-commits] [python-s3transfer] 01/07: debian/rules:	skip test by the env value.
    Takaki Taniguchi 
    takaki at moszumanska.debian.org
       
    Sat Feb  3 12:55:01 UTC 2018
    
    
  
This is an automated email from the git hooks/post-receive script.
takaki pushed a commit to branch master
in repository python-s3transfer.
commit f398241914e3e2ff55105e27c23de3b3868879fd
Author: TANIGUCHI Takaki <takaki at asis.media-as.org>
Date:   Tue Jul 25 22:37:19 2017 +0900
    debian/rules: skip test by the env value.
---
 debian/rules | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 711f284..e05d641 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
 
 export PYBUILD_NAME=s3transfer
+export DEB_BUILD_OPTIONS=nocheck # test requires network access
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
-
-override_dh_auto_test:
-	true	# test requires network access
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-s3transfer.git
    
    
More information about the Python-modules-commits
mailing list