forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Installing black with poetry fails #5756
Comments
Related issue: psf/black#517 Non-prerelease black release |
Duplicate of #5171 |
notpushkin
added a commit
to notpushkin/vscode-python
that referenced
this issue
Jun 11, 2019
ghost
removed
the
needs PR
label
Jun 20, 2019
Validated |
ghost
removed
the
needs PR
label
Jun 20, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Environment data
Expected behaviour
Use
--allow-prereleases
option from poetry when installing black (until black comes with a released version).Actual behaviour
Steps to reproduce:
poetry new my-project && code my-project
poetry install
to have it set up venvpython.poetryPath
to the path to the poetry executable (which poetry
)Logs
Not relevant, can be provided upon request though
The text was updated successfully, but these errors were encountered: