about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-20 01:35:38 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-20 01:35:38 +0100
commitecab0bcab4ade739f0f051148af0d15c8c5a822b (patch)
tree01f7b0d501bb7d7552fed15c9fc83602aa9ea0aa
parent3a2fb868d9097760d1cebab35eaa0db4093e280a (diff)
home-assistant: drop std-lib test dependency
This was only required for Python 3.9 support and dropped upstream back
in 2023/01.
-rw-r--r--pkgs/servers/home-assistant/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/servers/home-assistant/default.nix b/pkgs/servers/home-assistant/default.nix
index 1c0de10079625..04485f013993d 100644
--- a/pkgs/servers/home-assistant/default.nix
+++ b/pkgs/servers/home-assistant/default.nix
@@ -460,7 +460,6 @@ in python.pkgs.buildPythonApplication rec {
     pytestCheckHook
     requests-mock
     respx
-    stdlib-list
     syrupy
     tomli
     # required through tests/auth/mfa_modules/test_otp.py