summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2022-08-16 18:32:00 -0400
committerJason R. Coombs <jaraco@jaraco.com>2022-08-16 19:27:02 -0400
commit3d2ecd154a20f18e09ef2d7a19c1385574ea4c4c (patch)
tree0d6dd5eb3f1beed6ae52aa546970c632c0ed6bef /pytest.ini
parent743623ab7c06e444fc8214551c504bbdb09dffb9 (diff)
downloadpython-setuptools-git-3d2ecd154a20f18e09ef2d7a19c1385574ea4c4c.tar.gz
Suppress deprecation warnings in tests.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index aed8b716..892714bf 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -59,5 +59,8 @@ filterwarnings=
ignore:Distutils was imported before setuptools
ignore:Setuptools is replacing distutils
+ # suppress warnings in deprecated msvc compilers
+ ignore:msvc9?compiler is deprecated
+
ignore:Support for .* in .pyproject.toml. is still .beta.
ignore::setuptools.command.editable_wheel.InformationOnly