diff --git a/pytest.ini b/pytest.ini index 37ad138..fcb5f34 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ # content of pytest.ini [pytest] addopts = --doctest-modules --ignore=others -doctest_optionflags= NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL \ No newline at end of file +doctest_optionflags= NORMALIZE_WHITESPACE \ No newline at end of file