From 31c5693838211ffc13058eba126f1240cd7316c7 Mon Sep 17 00:00:00 2001 From: Thibaut Marty Date: Fri, 27 Jan 2023 22:35:03 +0100 Subject: [PATCH] herbstluftwm: fix hang during tests Fixes #212470 Incidentally, font-related tests now work --- pkgs/applications/window-managers/herbstluftwm/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/window-managers/herbstluftwm/default.nix b/pkgs/applications/window-managers/herbstluftwm/default.nix index ed6b9fd4aac7..f1d7c585c443 100644 --- a/pkgs/applications/window-managers/herbstluftwm/default.nix +++ b/pkgs/applications/window-managers/herbstluftwm/default.nix @@ -77,10 +77,9 @@ stdenv.mkDerivation rec { pytestFlagsArray = [ "../tests" ]; disabledTests = [ - "test_title_different_letters_are_drawn" # font problems - "test_completable_commands" # font problems "test_autostart" # $PATH problems "test_wmexec_to_other" # timeouts in sandbox + "test_rules" # timeouts ]; passthru = {