From a9f4f22ab3bfb1bb6845e3a1e0fa956526c0aa09 Mon Sep 17 00:00:00 2001 From: Eduardo Apolinario <653394+eapolinario@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:48:48 -0500 Subject: [PATCH] Disable pytest live logs (#2905) Signed-off-by: Eduardo Apolinario Co-authored-by: Eduardo Apolinario --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82af81ee21..fa370e8970 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -92,7 +92,7 @@ exclude = ["boilerplate", "docs", "plugins", "tests*"] [tool.pytest.ini_options] norecursedirs = ["common", "workflows", "spark", "fsspec"] -log_cli = true +log_cli = false log_cli_level = 20 markers = [ "sandbox_test: fake integration tests", # unit tests that are really integration tests that run on a sandbox environment