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

Add support for PEP 660 - Editable installs for pyproject.toml based builds #624

Closed
messense opened this issue Sep 16, 2021 · 1 comment · Fixed by #648
Closed

Add support for PEP 660 - Editable installs for pyproject.toml based builds #624

messense opened this issue Sep 16, 2021 · 1 comment · Fixed by #648
Labels
enhancement New feature or request

Comments

@messense
Copy link
Member

messense commented Sep 16, 2021

PEP: https://www.python.org/dev/peps/pep-0660/

Blocked on pypa/pip#8212

@davidhewitt
Copy link
Member

It looks like as a side-effect this would add support for the usedevelop option in tox, which uses pip install -e under the hood.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants