diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-08 14:28:59 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2020-03-08 14:28:59 -0400 |
| commit | d8e103d12af18bb8100952b4bc08eeed491b97c6 (patch) | |
| tree | cb40459f92914d1b74f8ef7695b68f861c82c873 /pytest.ini | |
| parent | 46430d4f340da778a86d92727bbd608c16d63ec0 (diff) | |
| download | python-setuptools-git-d8e103d12af18bb8100952b4bc08eeed491b97c6.tar.gz | |
Get both UnicodeWarnings
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
