diff --git a/pytest.ini b/pytest.ini index 43bb41f48..b7841d80a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ [pytest] doctest_optionflags = NORMALIZE_WHITESPACE -show_capture = no addopts = --doctest-modules --durations 10 + --show-capture no