From 919ebdeb330cd7c04b73a420887f4a7054514ee9 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Thu, 16 Jul 2026 15:56:04 +0100 Subject: [PATCH] python3Packages.detect-secrets: re-enable tests which now pass --- pkgs/development/python-modules/detect-secrets/default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/python-modules/detect-secrets/default.nix b/pkgs/development/python-modules/detect-secrets/default.nix index 9872a632efc0..2b5e7229b48e 100644 --- a/pkgs/development/python-modules/detect-secrets/default.nix +++ b/pkgs/development/python-modules/detect-secrets/default.nix @@ -62,11 +62,8 @@ buildPythonPackage rec { "test_basic" "test_handles_each_path_separately" "test_handles_multiple_directories" - "test_load_and_output" "test_make_decisions" - "test_restores_line_numbers" "test_saves_to_baseline" - "test_scan_all_files" "test_start_halfway" ];