Skip to content

Commit 47ca64b

Browse files
committed
Suppress Windows bytes API warning until it can be fixed. Ref #2016.
1 parent dd250ca commit 47ca64b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ filterwarnings =
1313
ignore:Setuptools will stop working on Python 2:UserWarning
1414
# Suppress weird RuntimeWarning.
1515
ignore:Parent module 'setuptools' not found while handling absolute import:RuntimeWarning
16+
# Suppress use of bytes for filenames on Windows until fixed #2016
17+
ignore:The Windows bytes API has been deprecated:DeprecationWarning

0 commit comments

Comments
 (0)