Skip to content

Commit b9c921b

Browse files
authored
todoman: disable failing test (NixOS#487589)
2 parents 3c955f1 + 0541e26 commit b9c921b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pkgs/by-name/to/todoman/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ python3.pkgs.buildPythonApplication rec {
9090
"test_xdg_existant"
9191
# Tests are sensitive to performance
9292
"test_sorting_fields"
93+
# Test fails with urwid 3.0.4, but should work with 3.0.5 again
94+
"test_todo_editor_list"
9395
];
9496

9597
pythonImportsCheck = [

0 commit comments

Comments
 (0)