From 871ae6bfb52f62f3e64d96a365aa5da43208f9d7 Mon Sep 17 00:00:00 2001 From: Akihiro Nitta Date: Tue, 28 Dec 2021 07:17:10 +0900 Subject: [PATCH] pytest --color=no for visibility in raw log --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ca6c0dc17b7e6..77d7fcbd18924 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ norecursedirs = addopts = --strict-markers --doctest-modules - --color=yes + --color=no --disable-pytest-warnings filterwarnings = # error out on our deprecation warnings - ensures the code and tests are kept up-to-date