Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
conftest: macOS: have
pyi_builder
set up minimal PATH
On macOS, have the `pyi_builder` set up minimal `PATH` before running the test executable. The minimal `PATH` encompasses system directories that are also available to applications ran via Finder, a subset of what is typically available in the shell: `/usr/bin`, `/bin`, `/usr/sbin`, and `/sbin`. This accommodates tested python packages that make use of system utilities - for example, `matplotlib` 3.9.0 started querying system fonts by running `system_profiler`, which is found in `/usr/sbin`.
- Loading branch information