-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CI tests failing #3726
Comments
I see now the issue. In the new matrix, for some jobs, setuptools/_distutils_hack/__init__.py Lines 47 to 48 in e12f73c
But the workaround for distutils detection in test_manifest treats blank as "local": setuptools/setuptools/tests/test_manifest.py Lines 327 to 335 in e12f73c
So the tests are running as stdlib, when we really want these tests to run as "local". |
I plan to take this opportunity to treat a blank value as not supplied (same as 'local') in |
While troubleshooting this issue, I noticed that pypy tests fail to install if SETUPTOOLS_USE_DISTUTILS=local. That's weird and surprising and concerning. |
Last night, I was applying some changes from jaraco/skeleton, including a fix for breakage in tox 4 (jaraco/skeleton#74). Merging the skeleton introduces other changes, such as testing on Python 3.12. Regardless, after merging the skeleton, there are still some new test failures.
The text was updated successfully, but these errors were encountered: