From 071b728c5b810ec14778ffab044af1a8dae5608b Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sun, 27 Nov 2022 18:51:06 -0300 Subject: [PATCH] [Makefile] Commented the parallel plug-in for testing --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5558ea0a..ed4aae79 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,7 @@ test: lint rm -f example.kibot.yaml rm -f tests/.local $(PY_COV) erase + # python3-pytest-xdist $(PYTEST) -m "not slow" -n 2 --test_dir=output $(PYTEST) -m "slow" --test_dir=output $(PY_COV) combine