From 0bbecc80fbfcb32768470b7fac5b0226761d50c2 Mon Sep 17 00:00:00 2001 From: RF-Tar-Railt <3165388245@qq.com> Date: Mon, 23 Oct 2023 19:46:43 +0800 Subject: [PATCH] :wrench: temporary change test command --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 07937e7..c3f9d61 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ pythonPlatform = "All" typeCheckingMode = "basic" [tool.pdm.scripts] -test = "pytest -v -n auto -W ignore" +test = "pytest -v -s -W ignore" format = { composite = ["isort ./src/ ./example/ ./tests/","black ./src/ ./example/ ./tests/","ruff ./src/ ./example/ ./tests/"] } [tool.pytest.ini_options]