Commit a753df58 authored by Jason R. Coombs's avatar Jason R. Coombs

Suppress Pytest 5.4 warnings. Closes #2025

parent a04ec132
...@@ -18,3 +18,5 @@ filterwarnings = ...@@ -18,3 +18,5 @@ filterwarnings =
# Suppress other Python 2 UnicodeWarnings # Suppress other Python 2 UnicodeWarnings
ignore:Unicode equal comparison failed to convert:UnicodeWarning ignore:Unicode equal comparison failed to convert:UnicodeWarning
ignore:Unicode unequal comparison failed to convert:UnicodeWarning ignore:Unicode unequal comparison failed to convert:UnicodeWarning
# https://github.com/pypa/setuptools/issues/2025
ignore:direct construction of .*Item has been deprecated:DeprecationWarning
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