Skip to content

Commit

Permalink
take 2 suppress stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsongreen committed Dec 9, 2024
1 parent 08d8663 commit 2989ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/imviz/tests/test_catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down

0 comments on commit 2989ec0

Please sign in to comment.