[Python-modules-commits] [toolz] 04/06: Skip test_curred_exception

Diane Trout diane at moszumanska.debian.org
Thu Dec 22 04:55:24 UTC 2016


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

diane pushed a commit to branch master
in repository toolz.

commit d76bfe8ca1ea17be9d1a28d41787745191bd9000
Author: Diane Trout <diane at ghic.org>
Date:   Wed Dec 21 20:46:14 2016 -0800

    Skip test_curred_exception
    
    It depends on some kind of side effect from running the doctests
    so our test runner which doesn't run from the source tree, doesn't see it.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 9392925..e6e12e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 
 export PYBUILD_NAME=toolz
 export PYBUILD_DISABLE_python2=1
+export PYBUILD_TEST_ARGS_python3=-k'not test_curried_exception'
 
 %:
 	dh $@ --with python3,sphinxdoc --buildsystem=pybuild

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



More information about the Python-modules-commits mailing list