[tryton-debian-vcs] tryton-modules-purchase-invoice-line-standalone branch debian updated. debian/3.6.0-1-5-g9b039c4

Mathias Behrle tryton-debian-vcs at alioth.debian.org
Tue Nov 10 23:31:59 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-purchase-invoice-line-standalone.git;a=commitdiff;h=debian/3.6.0-1-5-g9b039c4

commit 9b039c423494a8737883d6a38fc48fb60787bb1e
Author: Mathias Behrle <mathiasb at m9s.biz>
Date:   Wed Nov 11 00:21:44 2015 +0100

    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-purchase-invoice-line-standalone



More information about the tryton-debian-vcs mailing list