From bbd16e798cdb7bb1bfdbae1c293f688813e19de8 Mon Sep 17 00:00:00 2001 From: Jeremy Parker Date: Sat, 15 Jul 2023 12:47:05 +1000 Subject: [PATCH] python3Packages.dissect-target: disable failing tests --- pkgs/development/python-modules/dissect-target/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/dissect-target/default.nix b/pkgs/development/python-modules/dissect-target/default.nix index 3440c2449dcc..1a5bc7756f86 100644 --- a/pkgs/development/python-modules/dissect-target/default.nix +++ b/pkgs/development/python-modules/dissect-target/default.nix @@ -1,4 +1,5 @@ { lib +, stdenv , asn1crypto , buildPythonPackage , defusedxml @@ -109,7 +110,11 @@ buildPythonPackage rec { "test_tar_sensitive_drive_letter" # Tests compare dates and times "yum" - ]; + # Filesystem access, windows defender tests + "test_defender_quarantine_recovery" + ] ++ + # test is broken on Darwin + lib.optional stdenv.hostPlatform.isDarwin "test_fs_attrs_no_os_listxattr"; disabledTestPaths = [ # Tests are using Windows paths