[Python-modules-commits] [requests] 07/10: Fix comment about tests disabling

Ondrej Novy onovy at debian.org
Sat Dec 9 20:49:38 UTC 2017


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

onovy pushed a commit to branch master
in repository requests.

commit f417ac6cce09f944de230981a3649f4004ff1d70
Author: Ondřej Nový <onovy at debian.org>
Date:   Sat Dec 9 21:27:45 2017 +0100

    Fix comment about tests disabling
---
 debian/rules | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/debian/rules b/debian/rules
index cd81a32..f43c346 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,19 +5,9 @@ export PYBUILD_NAME=requests
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
-# The test suite currently requires external network access, so we
-# can't enable it.  Once this issue is fixed, it will be easy to
-# re-enable.
-#
-# https://github.com/kennethreitz/requests/issues/2184
-#
-# barry at debian.org 2014-11-19
-#override_dh_auto_test:
-#	PYBUILD_SYSTEM=custom \
-#	PYBUILD_TEST_ARGS="{interpreter} test_requests.py" \
-#	http_proxy= https_proxy= \
-#	dh_auto_test
-
+# The test suite is disabled.
+# Test requires fixed version of pytest-httpbin and
+# doesn't work with newer one
 override_dh_auto_test:
 
 override_dh_installchangelogs:

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



More information about the Python-modules-commits mailing list