diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2018-06-06 08:32:21 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2018-06-06 08:32:21 -0400 |
commit | 5ceaa6d1ee1f21aed3d08e0026590174778de2b5 (patch) | |
tree | da562515911df657ce1edb086a827e446de5bc9f | |
parent | 20e50f6365c54cee1b7c558106e7ee0ed048825f (diff) | |
download | external_python_setuptools-5ceaa6d1ee1f21aed3d08e0026590174778de2b5.tar.gz external_python_setuptools-5ceaa6d1ee1f21aed3d08e0026590174778de2b5.tar.bz2 external_python_setuptools-5ceaa6d1ee1f21aed3d08e0026590174778de2b5.zip |
Configure doctests to match Python 2 unicode literal syntax.
-rwxr-xr-x | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +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 |