diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2023-01-18 21:33:18 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2023-01-18 21:35:26 -0500 |
| commit | f9e01d2197d18b2b21976bae6e5b7f90b683bc4f (patch) | |
| tree | 8de4016246e9040071b7a0a9b01ffe591f49b877 /pytest.ini | |
| parent | eb2bdc83a7d3cfd1c2bc3aeae39a900d654a6839 (diff) | |
| download | python-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.ini | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
