diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-31 15:58:45 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2019-10-31 15:58:45 -0400 |
commit | 6ac7b4ee036ef8e6954198689d214e8ee9b29118 (patch) | |
tree | 9db1711ece99c17cd10c2ca2687c07bceb7c8bba | |
parent | 9fd54518fcb660d9d3f92b1bb242082f20c69c1f (diff) | |
download | external_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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |