diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-16 18:46:26 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-08-16 18:48:07 -0400 |
commit | 9c4dc4955c2a81891e96cfef97692e80dcf4f563 (patch) | |
tree | 9118967918f945b1043e7cfbebf4b819c23bf815 | |
parent | c802880bfba39d3072599eef2e0f34568f93e6cd (diff) | |
download | python-setuptools-git-9c4dc4955c2a81891e96cfef97692e80dcf4f563.tar.gz |
Suppress warnings in deprecated msvc compilers
-rw-r--r-- | pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,3 +21,6 @@ filterwarnings= # ignore spurious and unactionable warnings ignore:The frontend.OptionParser class will be replaced by a subclass of argparse.ArgumentParser in Docutils 0.21 or later.:DeprecationWarning: ignore: The frontend.Option class will be removed in Docutils 0.21 or later.:DeprecationWarning: + + # suppress warnings in deprecated msvc compilers + ignore:msvc9?compiler is deprecated |