We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd250ca commit 47ca64bCopy full SHA for 47ca64b
pytest.ini
@@ -13,3 +13,5 @@ filterwarnings =
13
ignore:Setuptools will stop working on Python 2:UserWarning
14
# Suppress weird RuntimeWarning.
15
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