Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] pip install type: require 'pip >= 9.0.1' to not trigger 'changed' event on each playbook execution #80

Merged
merged 1 commit into from
Mar 20, 2018

Conversation

sebalix
Copy link
Collaborator

@sebalix sebalix commented Mar 19, 2018

Problem:
The task "Install Odoo dependencies (PyPi)" was installing pip==9.0.1 as specified in the odoo_pip_dependencies while the next task "Install Odoo from pip external requirements file" force the installation of pip 9.0.2 which has been released a couple a days (https://pypi.python.org/pypi/pip/9.0.2) resulting in a "changed" state.
All Odoo releases seems affected on Debian Jessie, Ubuntu Trusty and Ubuntu Xenial (not Debian Stretch which already provides pip>=9).

Errors available on Travis: https://travis-ci.org/OCA/ansible-odoo/builds/355308939

Fix:
Install pip>=9.0.1 (the 9.0.2 should be installed in new environnements, while the existing ones will be upgraded to pip==9.0.2 when executing the "Install Odoo from pip external requirements file" task.

ping @jbeficent

@sebalix sebalix force-pushed the fix/install_pip_version_change branch from f0463ca to 8f2cf79 Compare March 19, 2018 13:28
@JordiBForgeFlow JordiBForgeFlow merged commit 5cb34ed into OCA:master Mar 20, 2018
@sebalix sebalix deleted the fix/install_pip_version_change branch March 20, 2018 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants