Skip to content

Commit

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

Expand Down
2 changes: 1 addition & 1 deletion tests/test_configparser.py
Expand Up @@ -8,7 +8,7 @@

from typing import Type, Iterable

from compat import support, os_helper
from .compat import support, os_helper

from backports import configparser

Expand Down

0 comments on commit e7f241d

Please sign in to comment.