-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
poetry show fails to resolve private package with extras #3116
Labels
kind/bug
Something isn't working as expected
Comments
Agalin
added
kind/bug
Something isn't working as expected
status/triage
This issue needs to be triaged
labels
Oct 7, 2020
abn
added a commit
to abn/poetry
that referenced
this issue
Oct 7, 2020
This version works. 😄 |
finswimmer
pushed a commit
that referenced
this issue
Oct 13, 2020
abn
added a commit
to abn/poetry
that referenced
this issue
Oct 14, 2020
Resolves: python-poetry#3116 (cherry picked from commit 50e0628)
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
-vvv
option).Issue
When running
poetry show
with a private package that has extras installed command fails with SolverProblemError.For this package there are multiple extras, some with just public packages, some with mix of public and private. It doesn't matter which one is required, command fails even if only public packages are required by extras marker but succeeds if there are no extras specified to install.
Specifying extras for public packages doesn't break the command. Generating lock file from scratch (
poetry lock
) doesn't change anything.Install, add, lock are working correctly for this dependency. Only show fails.
Version 1.0.10 works correctly.
Output:
The text was updated successfully, but these errors were encountered: