home-assistant: put asyncio in debug mode during tests
This is the condition upstream runs tests under.
This commit is contained in:
parent
09906cab24
commit
fc93ef2dba
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user