From fc93ef2dba9dff7f2a7b5badecc5e3a255c2e8f9 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 17 Aug 2025 14:40:28 +0200 Subject: [PATCH] home-assistant: put asyncio in debug mode during tests This is the condition upstream runs tests under. --- pkgs/servers/home-assistant/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix index 25ede542e50f..17410219fc5e 100644 --- a/pkgs/servers/home-assistant/default.nix +++ b/pkgs/servers/home-assistant/default.nix @@ -541,6 +541,7 @@ python.pkgs.buildPythonApplication rec { preCheck = '' export HOME="$TEMPDIR" + export PYTHONASYNCIODEBUG=1 # the tests require the existance of a media dir mkdir "$NIX_BUILD_TOP"/media