Skip to content

Commit

Permalink
Ignore new common warning coming from setuptoools (apache#29591)
Browse files Browse the repository at this point in the history
  • Loading branch information
potiuk authored Feb 17, 2023
1 parent 7ba27e7 commit 6cb1d04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/in_container/verify_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,8 @@ class ProviderPackageDetails(NamedTuple):
"Param `schedule_interval` is deprecated and will be removed in a future release.",
"'urllib3.contrib.pyopenssl' module is deprecated",
"Deprecated API features detected! These feature(s) are not compatible with SQLAlchemy 2.0",
"Implementing implicit namespace packages (as specified in PEP 420) is "
"preferred to `pkg_resources.declare_namespace`",
}

# The set of warning messages generated by direct importing of some deprecated modules. We should only
Expand Down

0 comments on commit 6cb1d04

Please sign in to comment.