disable debug in neotest

This commit is contained in:
Oliver Hartmann 2023-06-14 13:41:39 +02:00
parent 493b712291
commit c5f3e71fc3

View File

@ -14,7 +14,6 @@ return {
dap = {
justMyCode = false
},
args = { '--log-level', 'DEBUG' },
runner = 'pytest',
python = pythonVenv.getPythonEnv
})