Commit 46430d4f authored by Jason R. Coombs's avatar Jason R. Coombs

Suppress another warning

parent 47ca64bc
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment