Skip to content

Commit 8f0633c

Browse files
committed
Disable doctests as workaround for pytest-dev/pytest#3396.
1 parent d373ec4 commit 8f0633c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytest.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[pytest]
22
norecursedirs=dist build .tox .eggs
3-
addopts=--doctest-modules
3+
# doctests disabled due to pytest-dev/pytest#3396
4+
# addopts=--doctest-modules
45
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
56
filterwarnings=
67
# Suppress deprecation warning in flake8

0 commit comments

Comments
 (0)