diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-06-06 08:37:40 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-06-06 08:37:40 -0400 |
commit | 65699525394a9cd70bbdcf292f59a557f86e65ff (patch) | |
tree | df4459dc6665230227d21b767216f133245c1444 | |
parent | 5ceaa6d1ee1f21aed3d08e0026590174778de2b5 (diff) | |
download | external_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-x | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |