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"