[Python-modules-commits] [python-flaky] 03/03: Fix test invocation for older pybuild.

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Jan 31 01:28:44 UTC 2016


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

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

commit e8220e8a2f64f173cabd6994ddbf5b4a47a95336
Author: Tristan Seligmann <mithrandi at mithrandi.net>
Date:   Sun Jan 31 03:04:20 2016 +0200

    Fix test invocation for older pybuild.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4931470..b525747 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-flaky (3.0.2-1~bpo8+1) jessie-backports; urgency=medium
 
   * Rebuild for jessie-backports.
   * Version pytest dependency correctly.
+  * Fix test invocation for older pybuild.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Sat, 30 Jan 2016 05:04:05 +0200
 
diff --git a/debian/rules b/debian/rules
index 0a9a285..014e8d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 export PYBUILD_NAME=flaky
 export PYBUILD_TEST_PYTEST=1
-export PYBUILD_TEST_ARGS=-p flaky.flaky_pytest_plugin -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 {dir}/test
 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