From 1122af5748248d7d52f43784c522da24dad29fea Mon Sep 17 00:00:00 2001 From: abondar Date: Sun, 13 Oct 2024 23:56:53 +0300 Subject: [PATCH] Debug odbc CI --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fbaf7ec99..e71853a6e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ checkfiles = tortoise/ examples/ tests/ conftest.py py_warn = PYTHONDEVMODE=1 -pytest_opts = -n auto --cov=tortoise --cov-append --tb=native -q +pytest_opts = -n 1 --cov=tortoise --cov-append --tb=native -q help: @echo "Tortoise ORM development makefile"