-
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
Nested relative directory dependency failing to resolve. #3098
Comments
I think this may be because you now need to add |
😑 I could have sworn I did a thorough search for your ticket... Thanks @ginty! 😅 |
No probs @goofiva. |
I bumped into this error when the dependencies are a bit more complex, see this public repo for details. |
Looks related to #3030 |
This change ensures that package inspection will handle rich core metadata available for poetry managed projects. This will allow, nested local path dependencies to use "develop" mode packages. Resolves: python-poetry#3098
This change ensures that package inspection will handle rich core metadata available for poetry managed projects. This will allow, nested local path dependencies to use "develop" mode packages. Resolves: python-poetry#3098
This change ensures that package inspection will handle rich core metadata available for poetry managed projects. This will allow, nested local path dependencies to use "develop" mode packages. Resolves: #3098
This change ensures that package inspection will handle rich core metadata available for poetry managed projects. This will allow, nested local path dependencies to use "develop" mode packages. Resolves: python-poetry#3098
@goofiva |
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. |
-vvv
option).Issue
I'm having trouble installing complex (but not circular) nested relative dependencies.
This was working in poetry v1.0.5.
Please see this public repo for replicating this error.
https://github.com/goofiva/poetry-directory-dependency
The text was updated successfully, but these errors were encountered: