aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-08 14:08:35 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-03-08 14:16:47 -0400
commit46430d4f340da778a86d92727bbd608c16d63ec0 (patch)
treea233b6d856aeeba7e188bb79b2e4b7193fa8bad6
parent47ca64bc1138960d7f6d8f0161ed2d74a3670ee4 (diff)
downloadexternal_python_setuptools-46430d4f340da778a86d92727bbd608c16d63ec0.tar.gz
external_python_setuptools-46430d4f340da778a86d92727bbd608c16d63ec0.tar.bz2
external_python_setuptools-46430d4f340da778a86d92727bbd608c16d63ec0.zip
Suppress another warning
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 0c2c8a17..a0d6dea6 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -15,3 +15,5 @@ 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
+ ignore:Unicode equal comparison failed to convert:UnicodeWarning