From 8e94d8494d387ab7a534607141a77b0e16357855 Mon Sep 17 00:00:00 2001 From: drc38 <20024196+drc38@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:15:14 +1300 Subject: [PATCH] fix dep warning --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 83e9ae3..5fd6e88 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,6 +38,7 @@ combine_as_imports = true addopts = -qq --cov=custom_components.dius --allow-unix-socket --allow-hosts=127.0.0.1 console_output_style = count asyncio_mode = auto +asyncio_default_fixture_loop_scope = function [coverage:run] branch = False