#Richard's attempt at debugging test failures on a fresh pip clone
1 messages · Page 1 of 1 (latest)
Disclaimer: this is mostly intended as a dumping ground for my thoughts. I like thinking out loud :)
seems like the most recent setuptools release is implicated
If I can figure out a way to change the setuptools version used under this test, maybe it'll work
man, pytest is magical. I cannot tell what's going on with the script fixture
aha, tests/requirements-common_wheels.txt seems to be the file I was looking for
there we go! forcing setuptools 69.0.2 addresses all of the test failures