[Python-modules-commits] [python-hypothesis] 02/02: Clean up after tests.

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun Jan 31 02:13:12 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-hypothesis.

commit 1bd22c4e91231983f6df222656a25ef02e16be41
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Sun Jan 31 03:42:57 2016 +0200

    Clean up after tests.
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ab02631..9fd1987 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-hypothesis (2.0.0-1~bpo8+1) jessie-backports; urgency=medium
 
   * Rebuild for jessie-backports.
+  * Clean up after tests.
 
  -- Tristan Seligmann <mithrandi at debian.org>  Sat, 30 Jan 2016 04:16:53 +0200
 
diff --git a/debian/rules b/debian/rules
index 7f38bcd..abe6d44 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@ export PYBUILD_TEST_PYTEST=1
 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
+export PYBUILD_AFTER_TEST=rm -rf {build_dir}/.hypothesis
 
 %:
 	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