[Python-modules-commits] [jsonpickle] 01/01: Improve the way we call the test suite, based on suggestion of Piotr.

Raphaël Hertzog hertzog at moszumanska.debian.org
Wed Mar 9 10:09:25 UTC 2016


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

hertzog pushed a commit to branch master
in repository jsonpickle.

commit 3d24bda81982edd7d04953ffbccdabb3725f61e7
Author: Raphaël Hertzog <hertzog at debian.org>
Date:   Wed Mar 9 11:06:31 2016 +0100

    Improve the way we call the test suite, based on suggestion of Piotr.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index db8f6e0..ca57346 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+jsonpickle (0.9.3-2) unstable; urgency=medium
+
+  * Improve the way we call the test suite, based on suggestion of Piotr.
+
+ -- Raphaël Hertzog <hertzog at debian.org>  Wed, 09 Mar 2016 11:05:43 +0100
+
 jsonpickle (0.9.3-1) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/rules b/debian/rules
index 059c386..1bec324 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export PYBUILD_DESTDIR_python3=debian/python3-jsonpickle
 
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \
-	PYBUILD_TEST_ARGS="tests/runtests.py" dh_auto_test
+	PYBUILD_TEST_ARGS="PYTHONPATH={build_dir} {interpreter} tests/runtests.py" dh_auto_test
 
 override_dh_installchangelogs:
 	dh_installchangelogs -i docs/source/changelog.rst

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



More information about the Python-modules-commits mailing list