Commit 65699525 authored by Jason R. Coombs's avatar Jason R. Coombs

Apparently when specifying any doctest_optionflags, it's necessary to also...

Apparently when specifying any doctest_optionflags, it's necessary to also indicate the defaults. Add ELLIPSIS to fix other failing tests.
parent 5ceaa6d1
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment