Skip to content

Commit

Permalink
Re-enable tests now that pytest-dev/pytest#3396 is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jul 12, 2023
1 parent 8730ea1 commit 053092f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pytest.ini
@@ -1,7 +1,8 @@
[pytest]
norecursedirs=dist build .tox .eggs
# doctests disabled due to pytest-dev/pytest#3396
# addopts=--doctest-modules
addopts=
--doctest-modules
--import-mode importlib
filterwarnings=
## upstream

Expand Down

0 comments on commit 053092f

Please sign in to comment.