[Python-modules-commits] [tweepy] 01/04: Disable upstream tests

Ross Gammon ross-guest at moszumanska.debian.org
Wed Feb 10 22:00:21 UTC 2016


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

ross-guest pushed a commit to branch master
in repository tweepy.

commit 827f5af739e819af94c808c98b845f16a235a11a
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Wed Feb 10 21:26:24 2016 +0100

    Disable upstream tests
    
    The tests fail as they require internet access
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index dc0fdb6..dff3a7b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,9 @@ override_dh_auto_build:
 	dh_auto_build
 	cd docs && sphinx-build -b html . ../build/html
 
+#disable unit tests as they require internet access
+override_dh_auto_test:
+
 override_dh_auto_install:
 	dh_auto_install
 

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



More information about the Python-modules-commits mailing list