From 31ec761936d541e3851084587ed1d2d4df235517 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 15 Aug 2024 13:37:42 -0400 Subject: [PATCH] chore: enable colorful pytest output (#52) Use --color=yes in pytest.ini for colorful pytest CI logs --- autotest/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotest/pytest.ini b/autotest/pytest.ini index 63e2571..b80cf09 100644 --- a/autotest/pytest.ini +++ b/autotest/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = -ra +addopts = -ra --color=yes python_files = test_*.py markers =