diff options
-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 |