From 3d2ecd154a20f18e09ef2d7a19c1385574ea4c4c Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Tue, 16 Aug 2022 18:32:00 -0400 Subject: Suppress deprecation warnings in tests. --- pytest.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'pytest.ini') 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 -- cgit v1.2.1