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