Skip to content

Commit

Permalink
Fix pyzmq warning stopping provider package tests (apache#28901)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashb authored Jan 12, 2023
1 parent ce858a5 commit a1f23fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/in_container/verify_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,11 @@ class ProviderPackageDetails(NamedTuple):
"urllib3 2.x. Read more in this issue: https://github.com/urllib3/urllib3/issues/2680",
"requests_toolbelt",
),
(
"zmq.eventloop.ioloop is deprecated in pyzmq 17. pyzmq now works with default tornado and asyncio "
"eventloops.",
"jupyter_client",
),
}

KNOWN_COMMON_DEPRECATED_MESSAGES: set[str] = {
Expand Down

0 comments on commit a1f23fe

Please sign in to comment.