This commit is contained in:
Sylvain LE GAL 2022-06-29 22:12:29 +02:00
parent 4500d9fe43
commit a964efd029
2 changed files with 3 additions and 8 deletions

View File

@ -11,10 +11,5 @@ RUN apt-get update || true \
# 3. Install extra Python librairies # 3. Install extra Python librairies
RUN \ RUN \
/odoo/bin/pip install --no-cache-dir -r /odoo_requirements.txt -f {{ prebuild_wheel_url }} \ pip install --no-cache-dir -r /odoo_requirements.txt -f {{ prebuild_wheel_url }} \
&& /odoo/bin/pip install --no-cache-dir -r /python_requirements.txt && pip install --no-cache-dir -r /python_requirements.txt
# RUN \
# /odoo/bin/pip install --no-cache-dir -r /odoo/src/odoo/requirements.txt -f {{ prebuild_wheel_url }} \
# && /odoo/bin/pip install --no-cache-dir -r /python_requirements.txt -f {{ prebuild_wheel_url }} \
# && /odoo/bin/pip install -e /odoo/src/odoo

View File

@ -13,7 +13,7 @@ def test_cli_init():
[ [
"--log-level=DEBUG", "--log-level=DEBUG",
"init", "init",
"--project-name=test-cli", "--project-name=test-cli-2",
"--initial-version=14.0", "--initial-version=14.0",
"--final-version=15.0", "--final-version=15.0",
"--extra-repository=" "--extra-repository="