From cf1fc5a76300eec6cc1cf514509a02acfed5fca7 Mon Sep 17 00:00:00 2001 From: Mike Sullivan Date: Thu, 16 Nov 2023 12:40:59 +0000 Subject: [PATCH] -n auto added to make test in Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 03c350cf9ae..5462fad8cae 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ install-dev-requirements: python ./setup.py create_dev_env test: - python -m pytest + python -m pytest -n auto test-verbose: python -m pytest -vs -o log_cli=true