From 4571713eaeb34f0c8684e69a46fa9b249091584e Mon Sep 17 00:00:00 2001 From: Matthijs van der Burgh Date: Mon, 26 Feb 2024 09:24:15 +0100 Subject: [PATCH] show_capture -> show-capture --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 43bb41f48..80a91557d 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ [pytest] doctest_optionflags = NORMALIZE_WHITESPACE -show_capture = no +show-capture = no addopts = --doctest-modules --durations 10