[tryton-debian-vcs] tryton-modules-health-history branch debian updated. debian/2.8.1-3-gfdf2313
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Sep 16 13:57:47 UTC 2015
The following commit has been merged in the debian branch:
https://alioth.debian.org/plugins/scmgit/cgi-bin/gitweb.cgi/?p=tryton/tryton-modules-health-history.git;a=commitdiff;h=debian/2.8.1-3-gfdf2313
commit fdf231388c1df6db7626c785633118ae8bdb06a2
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Wed Sep 16 14:53:14 2015 +0200
Improving description why we can not run the module test suites.
diff --git a/debian/rules b/debian/rules
index 00a4d07..390ca5e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,7 +11,10 @@ MIN := $(shell python setup.py --version | awk -F "." '{print $$2}')
MAJOR := $(MAJ).$(MIN)
DEV := $(MAJ).$(shell echo $$(($(MIN) + 1)))
-# Don't run tests for Tryton modules, they try to download dependencies from pypi
+# Don't run tests for Tryton modules, they possibly depend on other modules
+# of the same version, that are not yet available at build time from the archive
+# in case of new releases.
+# For the complete test suites refer to http://tests.tryton.org/
export PYBUILD_DISABLE_python2.7=test
%:
--
tryton-modules-health-history
More information about the tryton-debian-vcs
mailing list