From 2989ec0dbdbd56e4b47b4498f82c173020609686 Mon Sep 17 00:00:00 2001 From: gibsongreen Date: Mon, 9 Dec 2024 12:06:49 -0500 Subject: [PATCH] take 2 suppress stdout --- jdaviz/configs/imviz/tests/test_catalogs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdaviz/configs/imviz/tests/test_catalogs.py b/jdaviz/configs/imviz/tests/test_catalogs.py index d7b010c5a3..b3e8f6d218 100644 --- a/jdaviz/configs/imviz/tests/test_catalogs.py +++ b/jdaviz/configs/imviz/tests/test_catalogs.py @@ -63,7 +63,7 @@ def test_plugin_image_no_result(self, imviz_helper, image_2d_wcs): # NOTE: We mark "slow" so it only runs on the dev job that is allowed to fail. @pytest.mark.slow # ignore gaia archive scheduled maintenance stdout - @pytest.mark.filterwarnings("ignore:PytestUnraisableExceptionWarning") + @pytest.mark.filterwarnings("ignore:.*Gaia archive will be intermittently unavailable.*") def test_plugin_image_with_result(self, imviz_helper, tmp_path): arr = np.ones((1489, 2048))