pypa / pyproject-hooks

A low-level library for calling build-backends in `pyproject.toml`-based project
https://pyproject-hooks.readthedocs.io/
MIT License
122 stars 49 forks source link

Fix path pollution again #193

Closed pradyunsg closed 5 months ago

pradyunsg commented 5 months ago

This was a regression (#104) reintroduced in #165.

pradyunsg commented 5 months ago

Noticed in https://github.com/pypa/pyproject-hooks/issues/192#issuecomment-2083554210

takluyver commented 5 months ago

Thanks @pradyunsg !