summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-10-31 15:00:55 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-10-31 15:00:55 -0400
commit9fd54518fcb660d9d3f92b1bb242082f20c69c1f (patch)
tree051b021733fc23af2c45a51c6bd79da2e503655d
parenta0fe403c141369defacf12dccbdc01634bbcb1da (diff)
downloadpython-setuptools-git-9fd54518fcb660d9d3f92b1bb242082f20c69c1f.tar.gz
Suppress deprecation of bdist_wininst. Ref #1823.
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 612fb91f..549e4d68 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -5,3 +5,6 @@ flake8-ignore =
setuptools/site-patch.py F821
setuptools/py*compat.py F811
doctest_optionflags=ELLIPSIS ALLOW_UNICODE
+filterwarnings =
+ # https://github.com/pypa/setuptools/issues/1823
+ ignore:distutils.command.bdist_wininst::command is deprecated