[Python-modules-commits] [python-urllib3] 01/02: Ignore GAE tests
Daniele Tricoli
eriol-guest at moszumanska.debian.org
Sun May 22 18:08:35 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 e8a87a0474d988b94c8f60497a20ec176ecb7b91
Author: Daniele Tricoli <eriol at mornie.org>
Date: Sun May 22 19:30:48 2016 +0200
Ignore GAE tests
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index c87112d..4574eac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,7 @@ override_dh_auto_configure:
override_dh_auto_test:
PYBUILD_SYSTEM=custom \
- PYBUILD_TEST_ARGS="cd {build_dir}; {interpreter} -m nose {dir}/test --with-coverage -e with_dummyserver -e socks" dh_auto_test
+ PYBUILD_TEST_ARGS="cd {build_dir}; {interpreter} -m nose {dir}/test --with-coverage -e with_dummyserver -e socks --ignore-files=\"test_gae_manager\.py\"" 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