Ignore deprecation warning in python-holidays (#119007)

This commit is contained in:
G Johansson 2024-06-07 09:21:04 +02:00 committed by GitHub
parent 4f6a98cee3
commit c60dee16bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -526,6 +526,8 @@ filterwarnings = [
"ignore:pkg_resources is deprecated as an API:DeprecationWarning:ttls",
# https://github.com/mvantellingen/python-zeep/pull/1364 - >4.2.1
"ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning:zeep.utils",
# https://github.com/vacanza/python-holidays/discussions/1800
"ignore::DeprecationWarning:holidays",
# -- fixed for Python 3.13
# https://github.com/rhasspy/wyoming/commit/e34af30d455b6f2bb9e5cfb25fad8d276914bc54 - >=1.4.2