[Python-modules-commits] [python-urllib3] 10/13: Exclude socks tests

Daniele Tricoli eriol-guest at moszumanska.debian.org
Tue May 10 01:04:00 UTC 2016


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

eriol-guest pushed a commit to branch master
in repository python-urllib3.

commit 92713b205bdfdbfad2ce56304034d9e26a12019b
Author: Daniele Tricoli <eriol at mornie.org>
Date:   Mon May 9 21:13:11 2016 +0200

    Exclude socks tests
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 3d1a07f..c87112d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,8 @@ override_dh_auto_configure:
 	rm -f urllib3/packages/six.py
 
 override_dh_auto_test:
-	# Exclude dummyserver tests since they are also failing upstream.
 	PYBUILD_SYSTEM=custom \
-	PYBUILD_TEST_ARGS="cd {build_dir}; {interpreter} -m nose {dir}/test --with-coverage -e with_dummyserver" dh_auto_test
+	PYBUILD_TEST_ARGS="cd {build_dir}; {interpreter} -m nose {dir}/test --with-coverage -e with_dummyserver -e socks" dh_auto_test
 	# Clean here .coverage because it is created by nose using the coverage
 	# plugin
 	find . -name .coverage -delete

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



More information about the Python-modules-commits mailing list