wip
This commit is contained in:
parent
4500d9fe43
commit
a964efd029
|
|
@ -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
|
|
||||||
|
|
|
||||||
|
|
@ -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="
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user