From 68a1cef53dda118711fc6a9c57f19a3307e4b3c1 Mon Sep 17 00:00:00 2001 From: wpbonelli Date: Thu, 28 Sep 2023 14:05:06 -0400 Subject: [PATCH] ci: enable colorful pytest output (#1374) --- autotest/pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/autotest/pytest.ini b/autotest/pytest.ini index bc9cdb0cc74..b8e144f9f5c 100644 --- a/autotest/pytest.ini +++ b/autotest/pytest.ini @@ -1,4 +1,5 @@ [pytest] +addopts = --color=yes python_files = test_*.py *_test*.py