-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
Support PEP517 in-tree build backend #1575
Comments
I'll add it onto the tox 4 pile. Feel free to put in a PR if you want it for 3. I consider this more a feature request though as in-tree build backends were added later to PEP-517. |
Yeah, I've done some research and it doesn't look super hard. Except that I cannot figure out how tox resets PYTHONPATH that I pass via |
@gaborbernat by the way, any reason to not rely on |
Speed, maintainability. pep517 is designed to run every time from scratch, and not to reuse the build environment. We have a good way to cache pyhton environments ourselves though. |
Released via https://pypi.org/project/tox/3.19.0/ |
This change makes sure that the in-tree PEP517 build backend of this project is picked up and used by tox. Fixes #72. Refs: * tox-dev/tox#1575 * tox-dev/tox#1614
I'm getting
because of
and
I think this should be considered a bug. Pip supports it starting v20 and pep517 supports it with v0.7 or so.
The text was updated successfully, but these errors were encountered: