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

Use backend-path again #316

Closed
takluyver opened this issue Feb 10, 2020 · 2 comments
Closed

Use backend-path again #316

takluyver opened this issue Feb 10, 2020 · 2 comments
Milestone

Comments

@takluyver
Copy link
Member

flit_core temporarily used intreehooks until pip supported the standard backend-path mechanism (#298). pip 20.0 does so, so we can return to the standard mechanism now.

@hroncok
Copy link

hroncok commented Oct 5, 2020

As a side note: If I read the spec right, backend-path needs to be list: https://www.python.org/dev/peps/pep-0517/#source-trees

@takluyver
Copy link
Member Author

You're quite right. We got away with it because it's a single character and nothing in pip checks the type before iterating over it. Fixed in 7415c69.

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

No branches or pull requests

2 participants