From 02fa4c0d7e389981f28b7bf1c152fd466c0392fc Mon Sep 17 00:00:00 2001 From: Brendt Wohlberg Date: Wed, 13 Dec 2023 19:59:18 -0700 Subject: [PATCH] Suppress deprecation warnings in other packages --- pytest.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 639d8e002..87f1b7d96 100644 --- a/pytest.ini +++ b/pytest.ini @@ -2,4 +2,7 @@ testpaths = scico/test docs addopts = --doctest-glob="*rst" doctest_optionflags = NORMALIZE_WHITESPACE NUMBER -filterwarnings = ignore::DeprecationWarning:.*.compat +filterwarnings = + ignore::DeprecationWarning:.*pkg_resources.* + ignore::DeprecationWarning:.*flax.* + ignore::DeprecationWarning:.*xdesign.*