Commit 47ca64bc authored by Jason R. Coombs's avatar Jason R. Coombs

Suppress Windows bytes API warning until it can be fixed. Ref #2016.

parent dd250ca9
...@@ -13,3 +13,5 @@ filterwarnings = ...@@ -13,3 +13,5 @@ filterwarnings =
ignore:Setuptools will stop working on Python 2:UserWarning ignore:Setuptools will stop working on Python 2:UserWarning
# Suppress weird RuntimeWarning. # Suppress weird RuntimeWarning.
ignore:Parent module 'setuptools' not found while handling absolute import:RuntimeWarning 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
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