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

Enable install audits without resolving named requirements #2575

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

charliermarsh
Copy link
Member

@charliermarsh charliermarsh commented Mar 20, 2024

Summary

This PR ensures that if a package is already satisfied by the current environment, we don't bother resolving the named requirement.

Part of: #313.

Test Plan

  • cargo run pip install ./scripts/editable-installs/black_editable
  • cargo run pip install black --verbose

@charliermarsh charliermarsh force-pushed the charlie/bare-iv branch 2 times, most recently from 3dedfbf to 3c10b66 Compare March 20, 2024 21:26
@charliermarsh charliermarsh force-pushed the charlie/bare-iv branch 2 times, most recently from 1d1f1d7 to 4666556 Compare March 20, 2024 22:10
@charliermarsh charliermarsh marked this pull request as ready for review March 20, 2024 23:40
@charliermarsh charliermarsh added the enhancement New feature or improvement to existing functionality label Mar 20, 2024
Base automatically changed from charlie/bare-iii to main March 21, 2024 03:46
@charliermarsh charliermarsh merged commit 34bef37 into main Mar 21, 2024
31 checks passed
@charliermarsh charliermarsh deleted the charlie/bare-iv branch March 21, 2024 03:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant