summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-08 14:28:59 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-03-08 14:28:59 -0400
commitd8e103d12af18bb8100952b4bc08eeed491b97c6 (patch)
treecb40459f92914d1b74f8ef7695b68f861c82c873 /pytest.ini
parent46430d4f340da778a86d92727bbd608c16d63ec0 (diff)
downloadpython-setuptools-git-d8e103d12af18bb8100952b4bc08eeed491b97c6.tar.gz
Get both UnicodeWarnings
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index a0d6dea6..af61043f 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -15,5 +15,6 @@ filterwarnings =
ignore:Parent module 'setuptools' not found while handling absolute import:RuntimeWarning
# Suppress use of bytes for filenames on Windows until fixed #2016
ignore:The Windows bytes API has been deprecated:DeprecationWarning
- # Suppress another Python 2 UnicodeWarning
+ # Suppress other Python 2 UnicodeWarnings
ignore:Unicode equal comparison failed to convert:UnicodeWarning
+ ignore:Unicode unequal comparison failed to convert:UnicodeWarning