feat(pytest): use socket instead of a shitton of processes
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
[project]
|
||||
name = "neotest-python"
|
||||
version = "0.0.1"
|
||||
dependencies = [
|
||||
"pytest>=8.4.1",
|
||||
]
|
||||
|
||||
[tools.black]
|
||||
line-length=120
|
||||
line-length = 120
|
||||
|
||||
[tool.isort]
|
||||
profile = "black"
|
||||
@@ -8,8 +14,7 @@ multi_line_output = 3
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
filterwarnings = [
|
||||
"error",
|
||||
"ignore::pytest.PytestCollectionWarning",
|
||||
"ignore:::pynvim[.*]"
|
||||
"error",
|
||||
"ignore::pytest.PytestCollectionWarning",
|
||||
"ignore:::pynvim[.*]",
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user