You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: