diff --git a/Makefile b/Makefile index a721907..696f8ac 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ test: . venv/bin/activate && \ SITEKEY=$(SITEKEY) SECRET=$(SECRET) \ INSTANCE_URL=$(INSTANCE_URL) \ - TOKEN=$(TOKEN) pytest -rP + TOKEN=$(TOKEN) pytest lint: black src/ scripts/