mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +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_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 = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user