mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 05:37:40 +03:00
Merge pull request #176956 from johnjameswhitman/johnjameswhitman/unbreak-todoman-darwin
todoman: disable failing test and unmark broken for darwin
This commit is contained in:
commit
fdf46783c7
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user