[tryton-debian-vcs] tryton-modules-stock-location-sequence branch debian updated. debian/3.6.0-1-3-gf071e99

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Wed Sep 16 14:05:48 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-stock-location-sequence.git;a=commitdiff;h=debian/3.6.0-1-3-gf071e99

commit f071e99063ab336d7291ec7f2b25b3950ef29537
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Sep 16 14:53:28 2015 +0200

    Improving description why we can not run the module test suites.

diff --git a/debian/rules b/debian/rules
index 02a8f1e..1b084cd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,10 @@
 
 MAJOR := $(shell python setup.py --version | awk -F "." '{print $$1 "." $$2}')
 
-# 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-stock-location-sequence



More information about the tryton-debian-vcs mailing list