[Python-modules-commits] [pytest] 11/11: Ignore test_pdb.py

Sebastian Ramacher sramacher at moszumanska.debian.org
Sun Aug 21 18:01:28 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 f79b228b46c86a97cac4c4fbd15f9f4f97b74d38
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Sun Aug 21 19:59:51 2016 +0200

    Ignore test_pdb.py
    
    It fails when run using pybuild, but works otherwise.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 888844d..a8b2a95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_auto_test:
 	mkdir -p debian/tmp/test-working-directory
 	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"
+		--test-args="cd debian/tmp/test-working-directory && {interpreter} -m pytest --lsof -rfsxX --ignore={dir}/testing/freeze --ignore={dir}/testing/test_entry_points.py --ignore={dir}/testing/test_pdb.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