From 0200b08ce9b19f30e7549245db1f491e88296c0d 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