1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-03-31 04:14:37 +00:00

sops-install-secrets: disable tests

This commit is contained in:
Jörg Thalheim 2020-08-10 18:17:08 +01:00
parent d74c316321
commit 7d2b22a18d
No known key found for this signature in database
GPG key ID: 003F2096411B5F92

View file

@ -7,6 +7,9 @@ buildGoModule {
subPackages = [ "pkgs/sops-install-secrets" ];
# requires root privileges for tests
doCheck = false;
passthru.tests = import ./nixos-test.nix {
makeTest = import (path + "/nixos/tests/make-test-python.nix");
inherit pkgs;