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

Pass arbitrary args to 'pip' from pip-compile and pip-sync, with '--pip-args' #1080

Merged
merged 1 commit into from
Apr 12, 2020

Commits on Apr 12, 2020

  1. Implement pip argument forwarding for pip-sync and pip-compile

    Pass arbitrary args to 'pip install' from pip-sync, with '--pip-args "ARG..."'
    
    Pass arbitrary args to 'pip' from pip-compile, with '--pip-args "ARG..."'
    
    Add tests
    
    Add examples to README
    
    Account for ' -- ' (filename escapes) in get_compile_command,
    for more accurate pip-compile output headers
    
    User repr rather than shlex_quote in get_compile_command for --pip-args,
    to avoid noisy quoting
    AndydeCleyre committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    8a2efa1 View commit details
    Browse the repository at this point in the history