From 7988de00d63a6d6713beb3dca64bd01f2e721283 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 25 Jul 2025 17:42:46 +0200 Subject: [PATCH] tests/plugins/obsidian: suppress deprecation warning --- tests/test-sources/plugins/by-name/obsidian/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/test-sources/plugins/by-name/obsidian/default.nix b/tests/test-sources/plugins/by-name/obsidian/default.nix index 9d8ce200..7eb341c2 100644 --- a/tests/test-sources/plugins/by-name/obsidian/default.nix +++ b/tests/test-sources/plugins/by-name/obsidian/default.nix @@ -4,6 +4,10 @@ empty = { plugins.obsidian = { enable = true; + + # TODO 2025-07-25 explicitly disable legacy commands to suppress deprecation warning + settings.legacy_commands = false; + # At least one workspaces is needed for the plugin to work settings.workspaces = [ { @@ -22,6 +26,9 @@ enable = true; settings = { + # TODO 2025-07-25 explicitly disable legacy commands to suppress deprecation warning + legacy_commands = false; + dir = null; workspaces = [ {