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

Suppress urllib3 pyopenssl deprecation warning #328

Merged
merged 2 commits into from
Apr 19, 2023

Conversation

uranusjr
Copy link
Contributor

urllib3 is now deprecating pyopenssl and emits a warning whenever the module is accessed. Since this pacakge’s access of the module is already optional, and falls back gracefully when the module does not exist, the warning can simply be suppressed.

See: urllib3/urllib3#2680


This checklist is used to make sure that common guidelines for a pull request are followed.

Description of the change

General Guidelines

  • The PR has modified HISTORY.rst with an appropriate description of the change and a version increment.
  • The PR has supporting test coverage that confirm the expected behavior and protects against regressions, including necessary recordings.
  • Links to associated bugs, if any, are in the description.

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 this pull request may close these issues.

None yet

2 participants