mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Ignore deprecation warning in python-holidays (#119007)
This commit is contained in:
parent
4f6a98cee3
commit
c60dee16bc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user