[tryton-debian-vcs] tryton-modules-account-statement branch debian updated. debian/3.6.0-1-4-ge1f3241
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Wed Sep 16 14:01:27 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-account-statement.git;a=commitdiff;h=debian/3.6.0-1-4-ge1f3241
commit e1f3241a2cd69e71b19f496ec306da8755d0a151
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-account-statement
More information about the tryton-debian-vcs
mailing list