[Python-modules-commits] [python-flaky] 10/11: Try to fix test commandline.

Tristan Seligmann mithrandi at moszumanska.debian.org
Mon Jan 18 14:39:54 UTC 2016


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

mithrandi pushed a commit to branch master
in repository python-flaky.

commit fa33dc3be629075cca0bee05e3037e049daa589e
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Mon Jan 18 16:34:08 2016 +0200

    Try to fix test commandline.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 70c0f5d..0a9a285 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 export PYBUILD_NAME=flaky
 export PYBUILD_TEST_PYTEST=1
-export PYBUILD_TEST_ARGS=-k 'example and not nose and not options' --doctest-modules
+export PYBUILD_TEST_ARGS=-p flaky.flaky_pytest_plugin -k 'example and not nose and not options' --doctest-modules
 export PYBUILD_DISABLE=test/pypy
 
 %:

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



More information about the Python-modules-commits mailing list