diff --git a/15.0.Dockerfile b/15.0.Dockerfile index 8eba5de2..311f30ec 100644 --- a/15.0.Dockerfile +++ b/15.0.Dockerfile @@ -120,8 +120,7 @@ RUN build_deps=" \ -r https://raw.githubusercontent.com/$ODOO_SOURCE/$ODOO_VERSION/requirements.txt \ 'websocket-client~=0.56' \ astor \ - # Install fix from https://github.com/acsone/click-odoo-contrib/pull/93 - git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \ + click-odoo-contrib \ debugpy \ pydevd-odoo \ flanker[validator] \ diff --git a/16.0.Dockerfile b/16.0.Dockerfile index 42acd0a9..619b9bc3 100644 --- a/16.0.Dockerfile +++ b/16.0.Dockerfile @@ -120,8 +120,7 @@ RUN build_deps=" \ -r https://raw.githubusercontent.com/$ODOO_SOURCE/$ODOO_VERSION/requirements.txt \ 'websocket-client~=0.56' \ astor \ - # Install fix from https://github.com/acsone/click-odoo-contrib/pull/93 - git+https://github.com/Tecnativa/click-odoo-contrib.git@fix-active-modules-hashing \ + click-odoo-contrib \ debugpy \ pydevd-odoo \ flanker[validator] \ diff --git a/tests/__init__.py b/tests/__init__.py index c177f1cf..09e69c08 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -284,6 +284,8 @@ def test_smallest(self): ODOO_PREFIX + ("--init", "base"), # Auto updater must work ("click-odoo-update",), + # Auto updater must work, ignoring core addons + ("click-odoo-update", "--ignore-core-addons"), # Needed tools exist ("curl", "--version"), ("git", "--version"),