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
[BUG] ssl.match_hostname is deprecated #2715
Comments
Hmm. When I run the tests locally, I don't get the deprecation warnings. |
Aha. The tests that are failing were skipped locally because my environment wasn't configured with viable root certs. After configuring those root certs, the tests are now running and failing similarly locally. |
The errors are all for After some analysis of the |
setuptools version
main
Python version
3.10b something
OS
CI
Additional environment information
No response
Description
After merging jaraco/skeleton, which includes running tests on Python 3.10, some deprecation warnings manifest as errors: https://github.com/pypa/setuptools/runs/2984838195
Expected behavior
Setuptools should be deprecation-free.
How to Reproduce
Follow the CI steps.
Output
n/a
Code of Conduct
The text was updated successfully, but these errors were encountered: