From 53634b73b159d6c9b5535a001d65f5a79f0748c3 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Mon, 9 Aug 2021 23:06:01 +0200 Subject: [PATCH] ci: ensure we get color in github actions --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 851895e4..11eec270 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = -ra +addopts = -ra --color=yes log_cli = 1 log_cli_level = INFO log_cli_format = %(asctime)s [%(levelname)8s] %(message)s (%(filename)s:%(lineno)s)