[tryton-debian-vcs] tryton-server branch debian updated. debian/3.6.1-1-2-g46a47fc
Mathias Behrle
tryton-debian-vcs at alioth.debian.org
Fri Jul 3 23:11:22 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-server.git;a=commitdiff;h=debian/3.6.1-1-2-g46a47fc
commit 46a47fce2500ed3f7ec18853045d50892f604bfc
Author: Mathias Behrle <mathiasb at m9s.biz>
Date: Sat Jul 4 01:11:16 2015 +0200
Enabling tests on sqlite memeory database.
diff --git a/debian/control b/debian/control
index ce624e8..5a367a3 100644
--- a/debian/control
+++ b/debian/control
@@ -8,8 +8,15 @@ Build-Depends:
dh-python,
dh-systemd (>= 1.3),
python (>= 2.6.6-3~),
+ python-dateutil,
+ python-genshi,
+ python-lxml,
+ python-mock,
+ python-polib,
+ python-relatorio,
python-setuptools,
python-sphinx (>= 1.0.7+dfsg),
+ python-sql,
Standards-Version: 3.9.6
Homepage: http://www.tryton.org/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=tryton/tryton-server.git
diff --git a/debian/rules b/debian/rules
index 8c432ff..543d00f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,8 +2,10 @@
export PYBUILD_DESTDIR_python2=debian/tryton-server
-# Don't run tests for Tryton packages, they try to download dependencies from pypi
-export PYBUILD_DISABLE_python2.7=test
+# Run tests on sqlite memory database
+# For the complete test suites refer to http://tests.tryton.org/
+export TRYTOND_DATABASE_URI=sqlite://
+export DB_NAME=:memory:
%:
dh ${@} --with python2,sphinxdoc,systemd --buildsystem=pybuild
--
tryton-server
More information about the tryton-debian-vcs
mailing list