Commit 864ce60e authored by John Whitman's avatar John Whitman
Browse files

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.
parent 679f619c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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 = [