home-assistant: put asyncio in debug mode during tests

This is the condition upstream runs tests under.
This commit is contained in:
Martin Weinelt
2025-08-17 14:40:28 +02:00
parent 09906cab24
commit fc93ef2dba
+1
View File
@@ -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