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
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

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