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