From 66869225c8b2ba2112b584d2f9b3b467a9de839a Mon Sep 17 00:00:00 2001 From: Ryan Williams Date: Thu, 21 Mar 2024 11:28:47 +0000 Subject: [PATCH] test --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 0a3736c2..489e6989 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 -n 4 + docker-compose run --rm web pytest -raP --capture=sys --ignore=node_modules --ignore=front_end --ignore=features --ignore=staticfiles black-check: docker-compose run --rm --no-deps web black --check .