[Python-modules-commits] [pytest] 01/01: Ignore the cx_freeze test.
Barry Warsaw
barry at moszumanska.debian.org
Thu Dec 17 21:29:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository pytest.
commit 044abf0734bf656ab50a31a39e9e401a68443f04
Author: Barry Warsaw <barry at python.org>
Date: Thu Dec 17 16:29:08 2015 -0500
Ignore the cx_freeze test.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index aa5ad9b..9548b8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ export PYBUILD_VERBOSE=1
override_dh_auto_test:
TMPDIR=`mktemp -t -d pytest.XXXXXXXXXX` \
PYBUILD_SYSTEM=custom \
- PYBUILD_TEST_ARGS="cd $$TMPDIR && {interpreter} -m pytest --lsof -rfsxX {dir}/testing" dh_auto_test
+ PYBUILD_TEST_ARGS="cd $$TMPDIR && {interpreter} -m pytest --lsof -rfsxX --ignore={dir}/testing/cx_freeze {dir}/testing" dh_auto_test
override_dh_installdocs:
PYTHONPATH=`pwd` make -C doc/en man
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pytest.git
More information about the Python-modules-commits
mailing list