diff --git a/pytest.ini b/pytest.ini index e6d3901..fd98550 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,7 +1,8 @@ [pytest] norecursedirs=dist build .tox .eggs -# disable doctests due to pytest-dev/pytest#3396 -# addopts=--doctest-modules +addopts= + --doctest-modules + --import-mode importlib filterwarnings= ## upstream