Merge pull request #33 from Mic92/fix-tests

sops-install-secrets: disable tests
This commit is contained in:
Jörg Thalheim 2020-08-10 18:33:08 +01:00 committed by GitHub
commit 852a55ccc0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;