diff --git a/lua/plugins/neotest.lua b/lua/plugins/neotest.lua index 363a9eb..aecffc2 100644 --- a/lua/plugins/neotest.lua +++ b/lua/plugins/neotest.lua @@ -15,10 +15,6 @@ return { }, args = { "--log-level", "DEBUG" }, runner = 'pytest', - python = '.venv/Scripts/python.exe', - -- is_test_file = function(file_path) - -- return file_path:find("^test_") ~= nil - -- end, }) } })