todoman: disable failing test and unmark broken for darwin

This commit is contained in:
John Whitman 2022-06-09 08:19:13 -04:00
parent 1191f8391f
commit 5ad7773cda

View File

@ -69,6 +69,8 @@ buildPythonApplication rec {
"test_missing_cache_dir"
"test_sorting_null_values"
"test_xdg_existant"
] ++ lib.optionals stdenv.isDarwin [
"test_sorting_fields"
];
pythonImportsCheck = [
@ -76,7 +78,6 @@ buildPythonApplication rec {
];
meta = with lib; {
broken = stdenv.isDarwin;
homepage = "https://github.com/pimutils/todoman";
description = "Standards-based task manager based on iCalendar";
longDescription = ''