From c5f3e71fc3c0cab62ad7baae0644f925ec39bfc6 Mon Sep 17 00:00:00 2001 From: Oliver Hartmann Date: Wed, 14 Jun 2023 13:41:39 +0200 Subject: [PATCH] disable debug in neotest --- lua/plugins/neotest.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/neotest.lua b/lua/plugins/neotest.lua index 6bc202c..d74f687 100644 --- a/lua/plugins/neotest.lua +++ b/lua/plugins/neotest.lua @@ -14,7 +14,6 @@ return { dap = { justMyCode = false }, - args = { '--log-level', 'DEBUG' }, runner = 'pytest', python = pythonVenv.getPythonEnv })