diff --git a/jdaviz/configs/default/plugins/markers/tests/test_markers_plugin.py b/jdaviz/configs/default/plugins/markers/tests/test_markers_plugin.py index 0a4bfd9a59..bf40b31bef 100644 --- a/jdaviz/configs/default/plugins/markers/tests/test_markers_plugin.py +++ b/jdaviz/configs/default/plugins/markers/tests/test_markers_plugin.py @@ -1,4 +1,5 @@ import numpy as np +import pytest from numpy.testing import assert_allclose from jdaviz.core.marks import MarkersMark @@ -20,6 +21,7 @@ def _assert_dict_allclose(dict1, dict2): assert v == dict2.get(k) +@pytest.mark.usefixtures('_jail') def test_markers_cubeviz(tmp_path, cubeviz_helper, spectrum1d_cube): cubeviz_helper.load_data(spectrum1d_cube, "test") fv = cubeviz_helper.app.get_viewer('flux-viewer')