From 856c99dc2213bfc443018bbed07d563062bca8d3 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Sun, 19 Oct 2025 00:54:06 +0200 Subject: [PATCH] Remove opower violation from hassfest requirements check (#154797) --- script/hassfest/requirements.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/script/hassfest/requirements.py b/script/hassfest/requirements.py index 793a5f568d2..351ba8d3e3e 100644 --- a/script/hassfest/requirements.py +++ b/script/hassfest/requirements.py @@ -237,11 +237,6 @@ FORBIDDEN_PACKAGE_EXCEPTIONS: dict[str, dict[str, set[str]]] = { # pyopnsense > pbr > setuptools "pbr": {"setuptools"} }, - "opower": { - # https://github.com/arrow-py/arrow/issues/1169 (fixed not yet released) - # opower > arrow > types-python-dateutil - "arrow": {"types-python-dateutil"} - }, "pvpc_hourly_pricing": {"aiopvpc": {"async-timeout"}}, "remote_rpi_gpio": { # https://github.com/waveform80/colorzero/issues/9