From cf5613a27c4aac0dbc9c2fbe64b1e0214731e58f Mon Sep 17 00:00:00 2001 From: Jonas Haag Date: Fri, 2 Sep 2022 08:26:22 +0200 Subject: [PATCH] pytest: Use colored output --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 67c56123a847c..592994ce6e520 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ exclude = ''' [tool.pytest.ini_options] # sync minversion with pyproject.toml & install.rst minversion = "6.0" -addopts = "--strict-data-files --strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml" +addopts = "--strict-data-files --strict-markers --strict-config --capture=no --durations=30 --junitxml=test-data.xml --color=yes" xfail_strict = true testpaths = "pandas" doctest_optionflags = [