Loading pkgs/by-name/aw/aws-sso-cli/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -32,9 +32,14 @@ buildGoModule rec { nativeCheckInputs = [ getent ]; checkFlags = [ "-skip=TestAWSConsoleUrl|TestAWSFederatedUrl" ] ++ lib.optionals stdenv.isDarwin [ "--skip=TestDetectShellBash" ]; checkFlags = let skippedTests = [ "TestAWSConsoleUrl" "TestAWSFederatedUrl" "TestServerWithSSL" # https://github.com/synfinatic/aws-sso-cli/issues/1030 -- remove when version >= 2.x ] ++ lib.optionals stdenv.isDarwin [ "TestDetectShellBash" ]; in [ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ]; meta = with lib; { homepage = "https://github.com/synfinatic/aws-sso-cli"; Loading Loading
pkgs/by-name/aw/aws-sso-cli/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -32,9 +32,14 @@ buildGoModule rec { nativeCheckInputs = [ getent ]; checkFlags = [ "-skip=TestAWSConsoleUrl|TestAWSFederatedUrl" ] ++ lib.optionals stdenv.isDarwin [ "--skip=TestDetectShellBash" ]; checkFlags = let skippedTests = [ "TestAWSConsoleUrl" "TestAWSFederatedUrl" "TestServerWithSSL" # https://github.com/synfinatic/aws-sso-cli/issues/1030 -- remove when version >= 2.x ] ++ lib.optionals stdenv.isDarwin [ "TestDetectShellBash" ]; in [ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ]; meta = with lib; { homepage = "https://github.com/synfinatic/aws-sso-cli"; Loading