Skip to content

Commit

Permalink
ignore gaia scheduled maintenance stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
gibsongreen committed Dec 9, 2024
1 parent bf01117 commit 08d8663
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jdaviz/configs/imviz/tests/test_catalogs.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ def test_plugin_image_no_result(self, imviz_helper, image_2d_wcs):
# the z-band FITS image was downloaded and used
# 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")
def test_plugin_image_with_result(self, imviz_helper, tmp_path):
arr = np.ones((1489, 2048))

Expand Down

0 comments on commit 08d8663

Please sign in to comment.