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