aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2018-06-06 08:32:21 -0400
committerJason R. Coombs <jaraco@jaraco.com>2018-06-06 08:32:21 -0400
commit5ceaa6d1ee1f21aed3d08e0026590174778de2b5 (patch)
treeda562515911df657ce1edb086a827e446de5bc9f
parent20e50f6365c54cee1b7c558106e7ee0ed048825f (diff)
downloadexternal_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-xpytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 16fdc5af..20c952fa 100755
--- a/pytest.ini
+++ b/pytest.ini
@@ -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