aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-10-31 15:58:45 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-10-31 15:58:45 -0400
commit6ac7b4ee036ef8e6954198689d214e8ee9b29118 (patch)
tree9db1711ece99c17cd10c2ca2687c07bceb7c8bba
parent9fd54518fcb660d9d3f92b1bb242082f20c69c1f (diff)
downloadexternal_python_setuptools-6ac7b4ee036ef8e6954198689d214e8ee9b29118.tar.gz
external_python_setuptools-6ac7b4ee036ef8e6954198689d214e8ee9b29118.tar.bz2
external_python_setuptools-6ac7b4ee036ef8e6954198689d214e8ee9b29118.zip
Suppress deprecation of bdist_wininst (redo). Ref #1823.
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 549e4d68..0370f7f8 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -7,4 +7,4 @@ flake8-ignore =
doctest_optionflags=ELLIPSIS ALLOW_UNICODE
filterwarnings =
# https://github.com/pypa/setuptools/issues/1823
- ignore:distutils.command.bdist_wininst::command is deprecated
+ ignore:bdist_wininst command is deprecated