aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-06-06 08:37:40 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-06-06 08:37:40 -0400
commit65699525394a9cd70bbdcf292f59a557f86e65ff (patch)
treedf4459dc6665230227d21b767216f133245c1444
parent5ceaa6d1ee1f21aed3d08e0026590174778de2b5 (diff)
downloadexternal_python_setuptools-65699525394a9cd70bbdcf292f59a557f86e65ff.tar.gz
external_python_setuptools-65699525394a9cd70bbdcf292f59a557f86e65ff.tar.bz2
external_python_setuptools-65699525394a9cd70bbdcf292f59a557f86e65ff.zip
Apparently when specifying any doctest_optionflags, it's necessary to also indicate the defaults. Add ELLIPSIS to fix other failing tests.
-rwxr-xr-xpytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 20c952fa..6ec3be88 100755
--- a/pytest.ini
+++ b/pytest.ini
@@ -4,4 +4,4 @@ norecursedirs=dist build *.egg setuptools/extern pkg_resources/extern .*
flake8-ignore =
setuptools/site-patch.py F821
setuptools/py*compat.py F811
-doctest_optionflags=ALLOW_UNICODE
+doctest_optionflags=ELLIPSIS ALLOW_UNICODE