Merge pull request #176956 from johnjameswhitman/johnjameswhitman/unbreak-todoman-darwin

todoman: disable failing test and unmark broken for darwin
This commit is contained in:
Rick van Schijndel 2022-06-09 19:34:29 +02:00 committed by GitHub
commit fdf46783c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''