[Python-modules-commits] [python-hypothesis] 08/12: More test fiddling.

Tristan Seligmann mithrandi at moszumanska.debian.org
Sat Jan 23 02:52:25 UTC 2016


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

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

commit a54ba1a02148f99baab3b605b8d3b40cfec7d299
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Mon Jan 18 19:32:34 2016 +0200

    More test fiddling.
---
 debian/rules | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6018c64..7f38bcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,11 +1,12 @@
 #!/usr/bin/make -f
 # -*- mode: makefile; coding: utf-8 -*-
 
-export DH_VERBOSE=1
+export LC_ALL=C.UTF-8
 export PYBUILD_NAME=hypothesis
 export PYBUILD_TEST_PYTEST=1
-export PYBUILD_TEST_ARGS_python2={dir}/tests/cover {dir}/tests/py2 {dir}/tests/pytest {dir}/tests/datetime {dir}/tests/numpy
-export PYBUILD_TEST_ARGS_python3={dir}/tests/cover {dir}/tests/py3 {dir}/tests/pytest {dir}/tests/datetime {dir}/tests/numpy
+COMMON_TESTS=--assert=plain {dir}/tests/cover {dir}/tests/datetime {dir}/tests/numpy
+export PYBUILD_TEST_ARGS_python2=${COMMON_TESTS} {dir}/tests/py2
+export PYBUILD_TEST_ARGS_python3=${COMMON_TESTS} {dir}/tests/py3
 
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild

-- 
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