[Reproducible-builds] [dh-python] 09/183: hardcode default/supported Python versions in tests

Jérémy Bobbio lunar at moszumanska.debian.org
Fri Sep 19 15:30:13 UTC 2014


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

lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.

commit c97bb4b226b2873b6ad735820f9bbc1f39960689
Author: Piotr Ożarowski <piotr at debian.org>
Date:   Sat Jun 29 10:42:57 2013 +0200

    hardcode default/supported Python versions in tests
---
 tests/Makefile | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/tests/Makefile b/tests/Makefile
index 87d4f18..b522d8c 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -1,5 +1,12 @@
 #!/usr/bin/make -f
 
+# hardcode default/supported Python versions to make tests more reliable
+# Note that all these packages have to be installed during tests
+export DEBPYTHON_DEFAULT=2.7
+export DEBPYTHON_SUPPORTED=2.6,2.7
+export DEBPYTHON3_DEFAULT=3.3
+export DEBPYTHON3_SUPPORTED=3.2,3.3
+
 # enable or disable tests here:
 TESTS := test201 test202 test203 test204 test205 test206 test207 test301 test302 test303 test304
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dh-python.git



More information about the Reproducible-builds mailing list