diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-08 14:08:35 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-08 14:16:47 -0400 |
commit | 46430d4f340da778a86d92727bbd608c16d63ec0 (patch) | |
tree | a233b6d856aeeba7e188bb79b2e4b7193fa8bad6 | |
parent | 47ca64bc1138960d7f6d8f0161ed2d74a3670ee4 (diff) | |
download | external_python_setuptools-46430d4f340da778a86d92727bbd608c16d63ec0.tar.gz external_python_setuptools-46430d4f340da778a86d92727bbd608c16d63ec0.tar.bz2 external_python_setuptools-46430d4f340da778a86d92727bbd608c16d63ec0.zip |
Suppress another warning
-rw-r--r-- | pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |