This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 6cb1d042a2 Ignore new common warning coming from setuptoools (#29591)
6cb1d042a2 is described below
commit 6cb1d042a213309862a4475f1472fff29729ad15
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Feb 17 18:08:25 2023 +0100
Ignore new common warning coming from setuptoools (#29591)
---
scripts/in_container/verify_providers.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/in_container/verify_providers.py
b/scripts/in_container/verify_providers.py
index 4e9e2d596a..2ee8e4399e 100755
--- a/scripts/in_container/verify_providers.py
+++ b/scripts/in_container/verify_providers.py
@@ -143,6 +143,8 @@ KNOWN_COMMON_DEPRECATED_MESSAGES: set[str] = {
"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