From e0eda2b6c6c47b9cd48cacff61a627302a301963 Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Mon, 26 Feb 2024 09:29:47 +0100 Subject: [PATCH] (pytest) show_capture moved to addopts --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index d34dc9dcd..b7841d80a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -3,3 +3,4 @@ doctest_optionflags = NORMALIZE_WHITESPACE addopts = --doctest-modules --durations 10 + --show-capture no