From 4795cd1446f736f0f7cbb8732899d56282c9ac12 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 9 Jun 2025 11:12:17 +0200 Subject: [PATCH] tests/parrot: do not run nvim as it requires an api_key --- tests/test-sources/plugins/by-name/parrot/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/test-sources/plugins/by-name/parrot/default.nix b/tests/test-sources/plugins/by-name/parrot/default.nix index 04b17931..0790172e 100644 --- a/tests/test-sources/plugins/by-name/parrot/default.nix +++ b/tests/test-sources/plugins/by-name/parrot/default.nix @@ -1,6 +1,9 @@ # Not including defaults are they are too big { minimal = { + # lua/parrot/provider/init.lua:11: config.api_key is required + test.runNvim = false; + plugins.parrot = { enable = true; @@ -9,6 +12,9 @@ }; example = { + # lua/parrot/provider/init.lua:11: config.api_key is required + test.runNvim = false; + plugins.parrot = { enable = true;