[Python-modules-commits] [urlgrabber] 03/06: Do not run testsuite which relies on internet access (Closes: #830113).

Michal Cihar nijel at moszumanska.debian.org
Sun Jul 24 08:22:11 UTC 2016


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

nijel pushed a commit to branch master
in repository urlgrabber.

commit d6bec2a4c838cd641ac37813783d0f17921d76ac
Author: Michal Čihař <michal at cihar.com>
Date:   Sun Jul 24 10:09:26 2016 +0200

    Do not run testsuite which relies on internet access (Closes: #830113).
---
 debian/changelog | 1 +
 debian/rules     | 6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 71c3431..8c0e591 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ urlgrabber (3.10.1-1) UNRELEASED; urgency=low
 
   [ Michal Čihař ]
   * Bumped standards version to 3.9.8. No changes needed.
+  * Do not run testsuite which relies on internet access (Closes: #830113).
 
  -- Tristan Hill <tristan at saticed.me.uk>  Wed, 08 Oct 2014 16:39:48 +0100
 
diff --git a/debian/rules b/debian/rules
index 155cd4f..f2472f2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,12 +24,6 @@ build: build-stamp
 build-stamp: configure-stamp
 	dh_testdir
 	python setup.py build
-ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
-	# we should set -e, but all the tests fail.
-	for py in $(PYVERS); do \
-		$$py test/runtests.py; \
-	done
-endif
 	touch build-stamp
 
 clean: 

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



More information about the Python-modules-commits mailing list