[Python-modules-commits] [python-cryptography] 05/05: Clean .hypothesis after testing.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Fri Oct 30 06:55:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-cryptography.
commit c5fc57dade9d275a15d02e456bb4b4487f4db8f4
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Thu Oct 29 09:36:55 2015 +0200
Clean .hypothesis after testing.
---
debian/rules | 1 +
1 file changed, 1 insertion(+)
diff --git a/debian/rules b/debian/rules
index 89eb836..c220be4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,7 @@ export PYBUILD_NAME=cryptography
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS={dir}/tests/
export PYBUILD_BEFORE_TEST=cp -R {dir}/src/${PYBUILD_NAME}.egg-info {build_dir}
+export PYBUILD_AFTER_TEST=rm -r {build_dir}/.hypothesis
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cryptography.git
More information about the Python-modules-commits
mailing list