Merge pull request #217189 from johnjameswhitman/johnjameswhitman/todoman-skip-flaky-test

todoman: skip flaky test
This commit is contained in:
Nick Cao 2023-02-20 10:19:15 +08:00 committed by GitHub
commit 1f8ac70db8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [