tealdeer: fix tests on darwin

This commit is contained in:
Ryan Yin
2025-11-18 12:46:55 +08:00
parent 9b4e3efe3a
commit 09c2452c55
+3 -11
View File
@@ -28,17 +28,9 @@ rustPlatform.buildRustPackage rec {
'';
# Disable tests that require Internet access:
checkFlags = [
"--skip test_autoupdate_cache"
"--skip test_create_cache_directory_path"
"--skip test_pager_flag_enable"
"--skip test_quiet_cache"
"--skip test_quiet_failures"
"--skip test_quiet_old_cache"
"--skip test_spaces_find_command"
"--skip test_update_cache"
"--skip test_update_language_arg"
];
checkFeatures = [ "ignore-online-tests" ];
# tealdeer requires --test-threads=1
dontUseCargoParallelTests = true;
meta = with lib; {
description = "Very fast implementation of tldr in Rust";