Skip to content
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

Distutils hack still causing test failures in CPython #3383

Closed
jaraco opened this issue Jun 17, 2022 · 0 comments · Fixed by #3386
Closed

Distutils hack still causing test failures in CPython #3383

jaraco opened this issue Jun 17, 2022 · 0 comments · Fixed by #3386

Comments

@jaraco
Copy link
Member

jaraco commented Jun 17, 2022

In python/cpython#91169, we learn that despite #2965 and #3007, when the tests are run outside of the source directory, some tests will still fail because Setuptools is unable to detect that these tests are implicated.

For at least three of these tests (test_distutils and on Python 3.9, test_importlib and test_peg_generator), these issues may be avoidable by further suppressing the supplying of distutils.

test_bdb is also affected, but cannot be addressed due to python/cpython#93951.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant