feat: use neotest async

This commit is contained in:
Rónán Carrigan
2022-03-13 14:55:06 +00:00
parent 42d6488760
commit ca177b4c8a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
local async = require("plenary.async") local async = require("neotest.async")
local lib = require("neotest.lib") local lib = require("neotest.lib")
local Path = require("plenary.path") local Path = require("plenary.path")

View File

@@ -1,4 +1,4 @@
local async = require("plenary.async") local async = require("neotest.async")
local Path = require("plenary.path") local Path = require("plenary.path")
local lib = require("neotest.lib") local lib = require("neotest.lib")
local base = require("neotest-python.base") local base = require("neotest-python.base")