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