[Makefile] Commented the parallel plug-in for testing

This commit is contained in:
Salvador E. Tropea 2022-11-27 18:51:06 -03:00
parent e77d3d060d
commit 071b728c5b
1 changed files with 1 additions and 0 deletions

View File

@ -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