summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2023-01-18 21:33:18 -0500
committerJason R. Coombs <jaraco@jaraco.com>2023-01-18 21:35:26 -0500
commitf9e01d2197d18b2b21976bae6e5b7f90b683bc4f (patch)
tree8de4016246e9040071b7a0a9b01ffe591f49b877 /pytest.ini
parenteb2bdc83a7d3cfd1c2bc3aeae39a900d654a6839 (diff)
downloadpython-setuptools-git-f9e01d2197d18b2b21976bae6e5b7f90b683bc4f.tar.gz
ALLOW_UNICODE no longer needed on Python 3. As a result, ELLIPSES is also now enabled by default.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 2c2817b8..1e6adf08 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,7 +1,6 @@
[pytest]
norecursedirs=dist build .tox .eggs
addopts=--doctest-modules
-doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
# Ensure ResourceWarnings are emitted
default::ResourceWarning