Skip to content
Snippets Groups Projects
Commit 009bfee247e9 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

:pencil: add option to pip to avoid some warning messages

parent da6e6d1000cd
No related branches found
No related tags found
No related merge requests found
......@@ -170,7 +170,9 @@
elif odoo_type in ('odoo10', ):
myfile.write(
'python-ipdb\n')
myfile.write('RUN pip install watchdog')
myfile.write(
'RUN pip install watchdog --disable-pip-version-check '
'--system --no-cache-dir --only-binary wheel')
elif odoo_type in ('odoo7', 'odoo8'):
myfile.write(
'python-ipdb\n')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment