From da601c2d5fd746e4aef53e005c43c7b56a312cfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Wed, 1 Dec 2021 20:12:11 +0100 Subject: [PATCH] Always use color in pytest --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 721426d..1ab9c1d 100644 --- a/Justfile +++ b/Justfile @@ -30,7 +30,7 @@ e2e-venv: test-e2e: e2e-venv release cd ./e2e_tests \ && . ./venv/bin/activate \ - && TMPDIR=/dev/shm python -m pytest . + && TMPDIR=/dev/shm python -m pytest --color=yes . update-dependencies: @cd ./depcheck \