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

Compatibility Option for "develop" Dependencies #8260

Closed
2 tasks done
blewis2-blue opened this issue Jul 31, 2023 · 2 comments
Closed
2 tasks done

Compatibility Option for "develop" Dependencies #8260

blewis2-blue opened this issue Jul 31, 2023 · 2 comments
Labels
kind/feature Feature requests/implementations status/triage This issue needs to be triaged

Comments

@blewis2-blue
Copy link

  • I have searched the issues of this repo and believe that this is not a duplicate.
  • I have searched the FAQ and general documentation and believe that my question is not already covered.

Feature Request

Static analysis tools such as Pylance have difficulty with "develop = true" dependencies that are managed by import hooks. A compatibility mode for Poetry that instead uses .pth files for these dependencies could aid them.

I had originally opened an issue for Pylance at microsoft/pylance-release#4664, but they recommended I open this issue instead.

@blewis2-blue blewis2-blue added kind/feature Feature requests/implementations status/triage This issue needs to be triaged labels Jul 31, 2023
@radoering
Copy link
Member

duplicate: #7892

That's not about poetry but about setuptools. The build backend decides how to handle editable installs and in your example the build backend of the funniest package is setuptools, not poetry.

see pypa/setuptools#3518

@radoering radoering closed this as not planned Won't fix, can't repro, duplicate, stale Jul 31, 2023
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 29, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/feature Feature requests/implementations status/triage This issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

2 participants