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
setuptools.dep_util
Originally posted by abravalheri November 21, 2023 Right now we have a warning that is easily to miss out:
https://github.com/pypa/setuptools/blob/v69.0.0/setuptools/dep_util.py#L11
In the past we were criticised because of the lack of visibility (#3780), so maybe we should promote this to a SetuptoolsDeprecationWarning.
SetuptoolsDeprecationWarning
Originally posted by jaraco in #4128 (comment)
Yes, I agree. Thanks for catching that. 6 months for a due date seems suitable me. Feel free to tackle it or I'll get to it eventually.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Discussed in #4128
Originally posted by abravalheri November 21, 2023
Right now we have a warning that is easily to miss out:
https://github.com/pypa/setuptools/blob/v69.0.0/setuptools/dep_util.py#L11
In the past we were criticised because of the lack of visibility (#3780), so maybe we should promote this to a
SetuptoolsDeprecationWarning
.Originally posted by jaraco in #4128 (comment)
Yes, I agree. Thanks for catching that. 6 months for a due date seems suitable me. Feel free to tackle it or I'll get to it eventually.
The text was updated successfully, but these errors were encountered: