diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2025-05-24 22:38:44 -0400 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-05-25 00:06:18 -0400 |
| commit | 23e4e2f20ca698f4070f7da79f5e06249d34b622 (patch) | |
| tree | e02eb3e4eaa9a81d6cec563be00caaa93a921011 /test cases/frameworks | |
| parent | 315140fd07625ea9f692ac01fc19da27ae1754c5 (diff) | |
| download | meson-23e4e2f20ca698f4070f7da79f5e06249d34b622.tar.gz | |
Unbreak "Fix setuptools 49 test. (fixes #7452)"
This unbreaks commit 59910c437a81b94c72e3cbdfc2c3612fae576d6e.
It kind of maybe appears to fix something but does break it all quite
terribly too. Totally random subdirectories of site-packages/ should
certainly not be added to PYTHONPATH regardless of anything else as that
may include mesonbuild/, leading to `import ast` finding mesonbuild.ast
instead...
The underlying issue here is that egg .pth is not loaded from PYTHONPATH
at all, which means depending on versions of e.g. setuptools this test
may end up solely testing system-installed meson, or fail entirely. So
we can fix this by manually adding eggs specifically.
Diffstat (limited to 'test cases/frameworks')
0 files changed, 0 insertions, 0 deletions
