Skip to content

Commit 3d2ecd1

Browse files
committed
Suppress deprecation warnings in tests.
1 parent 743623a commit 3d2ecd1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pytest.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,8 @@ filterwarnings=
5959
ignore:Distutils was imported before setuptools
6060
ignore:Setuptools is replacing distutils
6161

62+
# suppress warnings in deprecated msvc compilers
63+
ignore:msvc9?compiler is deprecated
64+
6265
ignore:Support for .* in .pyproject.toml. is still .beta.
6366
ignore::setuptools.command.editable_wheel.InformationOnly

0 commit comments

Comments
 (0)