Skip to content

Commit

Permalink
Disable doctests as workaround for pytest-dev/pytest#3396.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 31, 2021
1 parent ca79e4e commit 9cf209d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pytest.ini
@@ -1,6 +1,7 @@
[pytest]
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules
# doctests disabled due to pytest-dev/pytest#3396
# addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
# workaround for warning pytest-dev/pytest#6178
junit_family=xunit2
Expand Down

0 comments on commit 9cf209d

Please sign in to comment.