From f2b1706f4c2e5e8977963e65f36808f781dc17f2 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Sun, 31 Jan 2021 18:57:04 -0500 Subject: [PATCH] Disable doctests as workaround for pytest-dev/pytest#3396. --- pytest.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index d7f0b11..63f4a2b 100644 --- a/pytest.ini +++ b/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