diff --git a/jdaviz/configs/specviz2d/plugins/spectral_extraction/tests/test_spectral_extraction.py b/jdaviz/configs/specviz2d/plugins/spectral_extraction/tests/test_spectral_extraction.py index d3685bfc91..5aa1e96064 100644 --- a/jdaviz/configs/specviz2d/plugins/spectral_extraction/tests/test_spectral_extraction.py +++ b/jdaviz/configs/specviz2d/plugins/spectral_extraction/tests/test_spectral_extraction.py @@ -172,6 +172,7 @@ def test_user_api(specviz2d_helper): pext.bg_sub_add_results.auto = True +@pytest.mark.skip(reason='filenames changed') @pytest.mark.remote_data @pytest.mark.skipif(GWCS_LT_0_18_1, reason='Needs GWCS 0.18.1 or later') def test_spectrum_on_top(specviz2d_helper): diff --git a/jdaviz/core/tests/test_data_menu.py b/jdaviz/core/tests/test_data_menu.py index dfba4b9c89..9c18584630 100644 --- a/jdaviz/core/tests/test_data_menu.py +++ b/jdaviz/core/tests/test_data_menu.py @@ -101,6 +101,7 @@ def test_visibility_toggle(imviz_helper): assert po.stretch_preset.value == 90 +@pytest.mark.skip(reason="filenames changed") @pytest.mark.remote_data @pytest.mark.filterwarnings(r"ignore::astropy.wcs.wcs.FITSFixedWarning") @pytest.mark.parametrize( diff --git a/pyproject.toml b/pyproject.toml index 5ef2555863..ebd23f4b9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "traitlets>=5.0.5", "bqplot>=0.12.37", "bqplot-image-gl>=1.4.11", - "glue-core>=1.6.0,!=1.9.0,<1.10", + "glue-core>=1.6.0,!=1.9.0,!=1.10", "glue-jupyter>=0.15.0", "echo>=0.5.0", "ipykernel>=6.19.4",