From 0541e260a4c59cf26f337242759259001a417864 Mon Sep 17 00:00:00 2001 From: Anton Mosich Date: Fri, 6 Feb 2026 11:25:48 +0100 Subject: [PATCH] todoman: disable failing test The update to urwid 3.0.4 breaks this test but I could not find any breakage when testing the build result. Furthermore the test runs again with urwid 3.0.5, which needs to go via staging. --- pkgs/by-name/to/todoman/package.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/to/todoman/package.nix b/pkgs/by-name/to/todoman/package.nix index f6cad8f38a0c..a2e5ae15c3f2 100644 --- a/pkgs/by-name/to/todoman/package.nix +++ b/pkgs/by-name/to/todoman/package.nix @@ -90,6 +90,8 @@ python3.pkgs.buildPythonApplication rec { "test_xdg_existant" # Tests are sensitive to performance "test_sorting_fields" + # Test fails with urwid 3.0.4, but should work with 3.0.5 again + "test_todo_editor_list" ]; pythonImportsCheck = [