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

SETUPTOOLS_USE_DISTUTILS=local is not tested by CI infrastructure #2861

Closed
1 task done
mkoeppe opened this issue Nov 7, 2021 · 0 comments · Fixed by #2865
Closed
1 task done

SETUPTOOLS_USE_DISTUTILS=local is not tested by CI infrastructure #2861

mkoeppe opened this issue Nov 7, 2021 · 0 comments · Fixed by #2865
Labels
bug Needs Triage Issues that need to be evaluated for severity and status.

Comments

@mkoeppe
Copy link
Contributor

mkoeppe commented Nov 7, 2021

setuptools version

any

Python version

any

OS

any

Additional environment information

No response

Description

There is no testing of the vendored distutils that are activated by SETUPTOOLS_USE_DISTUTILS=local.

Expected behavior

The vendored distutils, currently again only used when SETUPTOOLS_USE_DISTUTILS=local is set, should be checked by tox and GH Actions workflows.

How to Reproduce

$ git grep -l SETUPTOOLS_USE_DISTUTILS

Output

$ git grep -l SETUPTOOLS_USE_DISTUTILS
CHANGES.rst
_distutils_hack/__init__.py
docs/deprecated/distutils-legacy.rst
setup.py
setuptools/tests/test_distutils_adoption.py

Code of Conduct

  • I agree to follow the PSF Code of Conduct
@mkoeppe mkoeppe added bug Needs Triage Issues that need to be evaluated for severity and status. labels Nov 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Needs Triage Issues that need to be evaluated for severity and status.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant