We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
any
No response
There is no testing of the vendored distutils that are activated by SETUPTOOLS_USE_DISTUTILS=local.
SETUPTOOLS_USE_DISTUTILS=local
The vendored distutils, currently again only used when SETUPTOOLS_USE_DISTUTILS=local is set, should be checked by tox and GH Actions workflows.
tox
$ git grep -l SETUPTOOLS_USE_DISTUTILS
$ 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
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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 bytox
and GH Actions workflows.How to Reproduce
$ git grep -l SETUPTOOLS_USE_DISTUTILS
Output
Code of Conduct
The text was updated successfully, but these errors were encountered: