home-assistant: put asyncio in debug mode during tests (#434473)

This commit is contained in:
Martin Weinelt
2025-08-17 15:38:30 +02:00
committed by GitHub
+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