summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPass Automated Testing Suite <Pass-Automated-Testing-Suite@zx2c4.com>2020-01-13 09:00:25 -0800
committerPass Automated Testing Suite <Pass-Automated-Testing-Suite@zx2c4.com>2020-01-13 09:39:54 -0800
commit669318bd0268d56636df95db2692e8f27510840e (patch)
tree92037d27e24bd620fb41ee436c87159a23f24da9 /pkgs
parentf35f0880f2cdbc8c1bc81492811251f120d7a9bc (diff)
downloadnixpkgs-669318bd0268d56636df95db2692e8f27510840e.tar
nixpkgs-669318bd0268d56636df95db2692e8f27510840e.tar.gz
nixpkgs-669318bd0268d56636df95db2692e8f27510840e.tar.bz2
nixpkgs-669318bd0268d56636df95db2692e8f27510840e.tar.lz
nixpkgs-669318bd0268d56636df95db2692e8f27510840e.tar.xz
nixpkgs-669318bd0268d56636df95db2692e8f27510840e.tar.zst
nixpkgs-669318bd0268d56636df95db2692e8f27510840e.zip
Disable further pass tests that end up relying on gpg-agent on Darwin
Fixes #58975
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/pass/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/tools/security/pass/default.nix b/pkgs/tools/security/pass/default.nix
index 5d0e94bc803..54a8f4de7d7 100644
--- a/pkgs/tools/security/pass/default.nix
+++ b/pkgs/tools/security/pass/default.nix
@@ -111,6 +111,12 @@ let
     '' + stdenv.lib.optionalString stdenv.isDarwin ''
       # 'pass edit' uses hdid, which is not available from the sandbox.
       rm -f tests/t0200-edit-tests.sh
+      rm -f tests/t0010-generate-tests.sh
+      rm -f tests/t0020-show-tests.sh
+      rm -f tests/t0050-mv-tests.sh
+      rm -f tests/t0100-insert-tests.sh
+      rm -f tests/t0300-reencryption.sh
+      rm -f tests/t0400-grep.sh
     '';
 
     doCheck = false;