diff options
| -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 |
