Update pytest warning filter (#99521)

This commit is contained in:
Marc Mueller 2023-09-03 13:04:01 +02:00 committed by GitHub
parent 1183bd159e
commit 6414248bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -449,6 +449,12 @@ filterwarnings = [
# -- tracked upstream / open PRs
# https://github.com/caronc/apprise/issues/659 - v1.4.5
"ignore:Use setlocale\\(\\), getencoding\\(\\) and getlocale\\(\\) instead:DeprecationWarning:apprise.AppriseLocal",
# https://github.com/gwww/elkm1/pull/71 - v2.2.5
"ignore:ssl.PROTOCOL_TLS is deprecated:DeprecationWarning:elkm1_lib.util",
# https://github.com/poljar/matrix-nio/pull/438 - v0.21.2
"ignore:FormatChecker.cls_checks is deprecated:DeprecationWarning:nio.schemas",
# https://github.com/poljar/matrix-nio/pull/439 - v0.21.2
"ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning:nio.client.http_client",
# https://github.com/beetbox/mediafile/issues/67 - v0.12.0
"ignore:'imghdr' is deprecated and slated for removal in Python 3.13:DeprecationWarning:mediafile",
# https://github.com/eclipse/paho.mqtt.python/issues/653 - v1.6.1
@ -465,6 +471,10 @@ filterwarnings = [
"ignore:The --rsyncdir command line argument and rsyncdirs config variable are deprecated:DeprecationWarning:xdist.plugin",
# -- fixed, waiting for release / update
# https://github.com/kurtmckee/feedparser/issues/330 - >6.0.10
"ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning:feedparser.encodings",
# https://github.com/jaraco/jaraco.abode/commit/9e3e789efc96cddcaa15f920686bbeb79a7469e0 - update jaraco.abode to >=5.1.0
"ignore:`jaraco.functools.call_aside` is deprecated, use `jaraco.functools.invoke` instead:DeprecationWarning:jaraco.abode.helpers.timeline",
# https://github.com/gurumitts/pylutron-caseta/pull/143 - >0.18.1
"ignore:ssl.PROTOCOL_TLSv1_2 is deprecated:DeprecationWarning:pylutron_caseta.smartbridge",
# https://github.com/Danielhiversen/pyMillLocal/pull/8 - >=0.3.0
@ -474,6 +484,11 @@ filterwarnings = [
# pyatmo.__init__ imports deprecated moduls from itself - v7.5.0
"ignore:The module pyatmo.* is deprecated:DeprecationWarning:pyatmo",
# -- other
# Locale changes might take some time to resolve upstream
"ignore:Use setlocale\\(\\), getencoding\\(\\) and getlocale\\(\\) instead:DeprecationWarning:homematicip.base.base_connection",
"ignore:Use setlocale\\(\\), getencoding\\(\\) and getlocale\\(\\) instead:DeprecationWarning:micloud.micloud",
# -- unmaintained projects, last release about 2+ years
# https://pypi.org/project/agent-py/ - v0.0.23 - 2020-06-04
"ignore:with timeout\\(\\) is deprecated:DeprecationWarning:agent.a",