[Python-modules-commits] [pytest] 03/04: Update ignored tests
Sebastian Ramacher
sramacher at moszumanska.debian.org
Sun Aug 21 15:34:12 UTC 2016
This is an automated email from the git hooks/post-receive script.
sramacher pushed a commit to branch master
in repository pytest.
commit e975300978c8823e15ac4f5f4e795f74d710c549
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Sun Aug 21 17:29:05 2016 +0200
Update ignored tests
---
debian/rules | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 0937d65..0ce08e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,8 +20,9 @@ override_dh_auto_build:
# e.g. in an sbuild).
override_dh_auto_test:
mkdir -p debian/tmp/test-working-directory
- PYBUILD_SYSTEM=custom \
- PYBUILD_TEST_ARGS="cd debian/tmp/test-working-directory && {interpreter} -m pytest --lsof -rfsxX --ignore={dir}/testing/cx_freeze {dir}/testing" dh_auto_test
+ dh_auto_test -- \
+ --system=custom \
+ --test-args="cd debian/tmp/test-working-directory && {interpreter} -m pytest --lsof -rfsxX --ignore={dir}/testing/freeze --ignore={dir}/testing/test_entry_points.py {dir}/testing"
override_dh_auto_install:
dh_auto_install
--
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