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

Raise error on duplicate editables #1821

Closed
charliermarsh opened this issue Feb 21, 2024 · 1 comment · Fixed by #1796
Closed

Raise error on duplicate editables #1821

charliermarsh opened this issue Feb 21, 2024 · 1 comment · Fixed by #1796
Assignees
Labels
error messages Messaging when something goes wrong

Comments

@charliermarsh
Copy link
Member

If two editables resolve to the same package name, we silently drop one of them.

Try copying black_editable as duplicate_editable, then resolving:

-e ./scripts/editable-installs/black_editable
-e ./scripts/editable-installs/duplicate_editable

Which yields:

-e ./scripts/editable-installs/duplicate_editable
@charliermarsh charliermarsh added the error messages Messaging when something goes wrong label Feb 21, 2024
@charliermarsh
Copy link
Member Author

(pip sync and pip install correctly fail.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
error messages Messaging when something goes wrong
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant