[Python-modules-commits] [python-hypothesis] 01/02: Avoid loading py.test configuration from tox.ini (fixes autopkgtest failures).

Tristan Seligmann mithrandi at moszumanska.debian.org
Sat Jul 8 11:59:53 UTC 2017


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

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

commit 5d9de0e7ebadff4dcfad97890104b19bfc471ec0
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Sat Jul 8 13:03:59 2017 +0200

    Avoid loading py.test configuration from tox.ini (fixes autopkgtest failures).
---
 debian/changelog     | 7 +++++++
 debian/tests/control | 4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ca8e34f..9c085d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-hypothesis (3.12.0-2) UNRELEASED; urgency=medium
+
+  * Avoid loading py.test configuration from tox.ini (fixes autopkgtest
+    failures).
+
+ -- Tristan Seligmann <mithrandi at debian.org>  Sat, 08 Jul 2017 13:03:36 +0200
+
 python-hypothesis (3.12.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/tests/control b/debian/tests/control
index 4a08078..86f3164 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,4 +1,4 @@
-Test-Command: for p in $(pyversions -s); do $p -m pytest --assert=plain tests/cover tests/nocover tests/datetime tests/numpy tests/py2; done
+Test-Command: for p in $(pyversions -s); do $p -m pytest -c /dev/null --assert=plain tests/cover tests/nocover tests/datetime tests/numpy tests/py2; done
 Depends:
  python-all,
  python-flaky,
@@ -7,7 +7,7 @@ Depends:
  python-pytest,
  python-tz,
 
-Test-Command: for p in $(py3versions -s); do $p -m pytest --assert=plain tests/cover tests/nocover tests/datetime tests/numpy tests/py3; done
+Test-Command: for p in $(py3versions -s); do $p -m pytest -c /dev/null --assert=plain tests/cover tests/nocover tests/datetime tests/numpy tests/py3; done
 Depends:
  python3-all,
  python3-flaky,

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



More information about the Python-modules-commits mailing list