summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-03-08 13:57:19 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-03-08 13:57:19 -0400
commit47ca64bc1138960d7f6d8f0161ed2d74a3670ee4 (patch)
tree7e9e1ca9cfe0a898e0e2a198e33028587f56db53 /pytest.ini
parentdd250ca952bb3f109086eca3353b65a92fbcbf4d (diff)
downloadpython-setuptools-git-47ca64bc1138960d7f6d8f0161ed2d74a3670ee4.tar.gz
Suppress Windows bytes API warning until it can be fixed. Ref #2016.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 0d1824e4..0c2c8a17 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -13,3 +13,5 @@ filterwarnings =
ignore:Setuptools will stop working on Python 2:UserWarning
# Suppress weird 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