changeset 832baef16974 in tryton-docker:default
details: https://hg.tryton.org/tryton-docker?cmd=changeset;node=832baef16974
description:
        Install mock on series <= 4.8

        The trytond tests relies on external mock library for the series that 
supports
        Python 2.7.

        issue8493
        review265671007
diffstat:

 4.4/Dockerfile |  1 +
 4.6/Dockerfile |  1 +
 4.8/Dockerfile |  1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

diffs (33 lines):

diff -r 258aab7c6279 -r 832baef16974 4.4/Dockerfile
--- a/4.4/Dockerfile    Tue Jul 09 23:25:58 2019 +0200
+++ b/4.4/Dockerfile    Tue Jul 23 00:06:48 2019 +0200
@@ -37,6 +37,7 @@
         python3-wrapt \
         python3-psycopg2 \
         python3-bcrypt \
+        python3-mock \
         # modules
         python3-dateutil \
         python3-html2text \
diff -r 258aab7c6279 -r 832baef16974 4.6/Dockerfile
--- a/4.6/Dockerfile    Tue Jul 09 23:25:58 2019 +0200
+++ b/4.6/Dockerfile    Tue Jul 23 00:06:48 2019 +0200
@@ -39,6 +39,7 @@
         python3-wrapt \
         python3-psycopg2 \
         python3-bcrypt \
+        python3-mock \
         # modules
         python3-dateutil \
         python3-html2text \
diff -r 258aab7c6279 -r 832baef16974 4.8/Dockerfile
--- a/4.8/Dockerfile    Tue Jul 09 23:25:58 2019 +0200
+++ b/4.8/Dockerfile    Tue Jul 23 00:06:48 2019 +0200
@@ -39,6 +39,7 @@
         python3-wrapt \
         python3-psycopg2 \
         python3-bcrypt \
+        python3-mock \
         # modules
         python3-dateutil \
         python3-html2text \

Reply via email to