From 05c73d4664a1fd0c157e308b2d7a88f590971833 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Wed, 27 Sep 2023 09:10:42 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore(Makefile):=20remove=20unne?= =?UTF-8?q?cessary=20parallel=20test=20execution=20flag=20to=20simplify=20?= =?UTF-8?q?test=20command=20=F0=9F=94=A7=20chore(Makefile):=20remove=20unn?= =?UTF-8?q?ecessary=20parallel=20test=20execution=20flag=20to=20simplify?= =?UTF-8?q?=20test=20command=20=F0=9F=94=A7=20chore(Makefile):=20remove=20?= =?UTF-8?q?unnecessary=20parallel=20test=20execution=20flag=20to=20simplif?= =?UTF-8?q?y=20test=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 32198730f..1fbd7403c 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ coverage: tests: @make install_backend - poetry run pytest tests -n auto + poetry run pytest tests format: poetry run black .