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

Avoid unused extras check in pip install for source trees #2811

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

charliermarsh
Copy link
Member

Summary

This was an oversight in the -r pyproject.toml refactor. We can't enforce unused extras if we have a source tree. We made the correct changes to pip compile, but not pip install. This PR just mirrors those changes to pip install, and adds a few tests.

Closes #2801.

@charliermarsh charliermarsh added the bug Something isn't working label Apr 3, 2024
@charliermarsh charliermarsh marked this pull request as ready for review April 3, 2024 15:17
@charliermarsh charliermarsh merged commit 8eaaf65 into main Apr 3, 2024
35 checks passed
@charliermarsh charliermarsh deleted the charlie/inst branch April 3, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot install extras from pyproject.toml and poetry
1 participant