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

pip module - editable now applies to all packages #78039

Open
wants to merge 1 commit into
base: devel
Choose a base branch
from

Commits on Feb 4, 2023

  1. 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 ansible#77755
    
    Signed-off-by: Nirmal Patel <nirmal@nirmal.dev>
    nirmal-j-patel committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    bb12409 View commit details
    Browse the repository at this point in the history