summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-08-16 18:46:26 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-08-16 18:48:07 -0400
commit9c4dc4955c2a81891e96cfef97692e80dcf4f563 (patch)
tree9118967918f945b1043e7cfbebf4b819c23bf815
parentc802880bfba39d3072599eef2e0f34568f93e6cd (diff)
downloadpython-setuptools-git-9c4dc4955c2a81891e96cfef97692e80dcf4f563.tar.gz
Suppress warnings in deprecated msvc compilers
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 56dcdec4..3fdd11cc 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -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