mirror of https://github.com/ansible/ansible.git
pip module - editable now applies to all packages
When editable is set to true, -e flag should be passed to all packages. This change passes -e flag before each package name. However, if a requirements file is used, then editable flag raises errors. Therefore, editable and requirements are now mutually exclusive. Fixes #77755 Signed-off-by: Nirmal Patel <nirmal@nirmal.dev>pull/78039/head
parent
379058e10f
commit
bb12409d61
@ -0,0 +1,4 @@
|
|||||||
|
bugfixes:
|
||||||
|
- pip - when editable set to true, '-e' flag is passed before each package.
|
||||||
|
When requirments file is used, editable flag does not pass '-e' to avoid
|
||||||
|
errors.
|
Loading…
Reference in New Issue