From ec32f1a8d3d42f7a72267ea98eb0c4267623af56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=B8xbro=20Hansen?= Date: Sat, 18 Nov 2023 12:50:45 +0100 Subject: [PATCH] Add log_cli_level = "INFO" to pytest (#5989) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 0af7ae47fe..01d089481e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ requires = [ addopts = ["--strict-config", "--strict-markers", "--color=yes"] minversion = "7" xfail_strict = true +log_cli_level = "INFO" filterwarnings = [ "error", # Numpy warning triggered in Bokeh, when timedelta or datetime numpy scalar are compared to a numerical scalar