From c3cc9013dfe6caacf5de88ff6aa1d0a73f4e53d9 Mon Sep 17 00:00:00 2001 From: Xavier-Do Date: Wed, 14 Oct 2020 18:08:47 +0200 Subject: [PATCH] [IMP] runbot: use last pylint version --- runbot/data/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runbot/data/Dockerfile b/runbot/data/Dockerfile index 22797292..52352de2 100644 --- a/runbot/data/Dockerfile +++ b/runbot/data/Dockerfile @@ -98,6 +98,6 @@ RUN pip install -U setuptools wheel \ ADD https://raw.githubusercontent.com/odoo/odoo/master/requirements.txt /root/p3-requirements.txt ADD https://raw.githubusercontent.com/odoo/odoo/10.0/requirements.txt /root/p2-requirements.txt RUN pip install --no-cache-dir -r /root/p2-requirements.txt coverage flanker==0.4.38 pylint==1.7.2 phonenumbers redis \ - && pip3 install --no-cache-dir -r /root/p3-requirements.txt coverage==4.5.4 websocket-client astroid==2.0.4 \ - pylint==1.7.2 phonenumbers pyCrypto dbfread==2.0.7 firebase-admin==2.17.0 flamegraph pdfminer.six==20200720 \ + && pip3 install --no-cache-dir -r /root/p3-requirements.txt coverage==4.5.4 websocket-client astroid==2.4.2 \ + pylint==2.6.0 phonenumbers pyCrypto dbfread==2.0.7 firebase-admin==2.17.0 flamegraph pdfminer.six==20200720 \ pdf417gen==0.7.1