From 8bd9f8823c79a49f481fdbd71c04734f8d488575 Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 21 Mar 2024 11:41:59 +0000 Subject: [PATCH] revert --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 489e6989f..0a3736c23 100644 --- a/makefile +++ b/makefile @@ -95,7 +95,7 @@ test: docker-compose run --rm web python manage.py test $(test) pytest: - docker-compose run --rm web pytest -raP --capture=sys --ignore=node_modules --ignore=front_end --ignore=features --ignore=staticfiles + docker-compose run --rm web pytest -raP --capture=sys --ignore=node_modules --ignore=front_end --ignore=features --ignore=staticfiles -n 4 black-check: docker-compose run --rm --no-deps web black --check .