about summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorJohn Whitman <john@s2sq.com>2023-02-19 12:05:24 -0500
committerJohn Whitman <john@s2sq.com>2023-02-19 20:51:02 -0500
commit864ce60ec130998600566d7104353854640026cb (patch)
tree62fb9b94ffb14c05e52a33135c34e042bd1f47b4 /pkgs/applications/office
parent679f619cfc0727f6b798242a3517fc7abc0bb069 (diff)
todoman: skip flaky test
The `icalendar` dependency of `todoman` changed how it serializes datetimes, which broke one of its tests (but didn't break any functionality). `todoman` [updated the test back in November](https://github.com/pimutils/todoman/commit/b3f3b635520756f9e7c3032f8f2548f09b689515) but hasn't pushed a new release yet, so figure it's worth skipping the broken test for now.
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/todoman/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/office/todoman/default.nix b/pkgs/applications/office/todoman/default.nix
index 50db368073d14..7794116ecd46d 100644
--- a/pkgs/applications/office/todoman/default.nix
+++ b/pkgs/applications/office/todoman/default.nix
@@ -67,6 +67,7 @@ python3.pkgs.buildPythonApplication rec {
     # Testing of the CLI part and output
     "test_color_due_dates"
     "test_color_flag"
+    "test_datetime_serialization"  # Will be fixed in versions after 4.1.0
     "test_default_command"
     "test_main"
     "test_missing_cache_dir"
@@ -74,8 +75,6 @@ python3.pkgs.buildPythonApplication rec {
     "test_xdg_existant"
     # Tests are sensitive to performance
     "test_sorting_fields"
-  ] ++ lib.optionals stdenv.isDarwin [
-    "test_sorting_fields"
   ];
 
   pythonImportsCheck = [