summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-15 16:56:35 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-05-15 16:56:35 +0200
commitbdabf32fdd0e9f8102d9c22fa20dde45054a6081 (patch)
treec0c2a280a4fd2ed133c745ce64fa12323d6f64db /pkgs
parentd4a64aa24f7f907700bfe66fc63108d69c2549ae (diff)
downloadnixpkgs-bdabf32fdd0e9f8102d9c22fa20dde45054a6081.tar
nixpkgs-bdabf32fdd0e9f8102d9c22fa20dde45054a6081.tar.gz
nixpkgs-bdabf32fdd0e9f8102d9c22fa20dde45054a6081.tar.bz2
nixpkgs-bdabf32fdd0e9f8102d9c22fa20dde45054a6081.tar.lz
nixpkgs-bdabf32fdd0e9f8102d9c22fa20dde45054a6081.tar.xz
nixpkgs-bdabf32fdd0e9f8102d9c22fa20dde45054a6081.tar.zst
nixpkgs-bdabf32fdd0e9f8102d9c22fa20dde45054a6081.zip
home-assistant: print full variables on test error
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/servers/home-assistant/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index e19919bf4f8..d3aa10620b8 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -425,6 +425,8 @@ in with py.pkgs; buildPythonApplication rec {
     "--only-rerun RuntimeError"
     # assign tests grouped by file to workers
     "--dist loadfile"
+    # enable full variable printing on error
+    "--showlocals"
     # tests are located in tests/
     "tests"
     # screenlogic/test_config_flow.py: Tries to send out UDP broadcasts