Skip to content

Commit

Permalink
unpin max glue (#2196)
Browse files Browse the repository at this point in the history
* update glue pin

* to forbid broken 1.10, but allow versions after

* TST: skip failing remote data tests
  • Loading branch information
kecnry authored May 12, 2023
1 parent 8bc5b8e commit 9d16ea9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
1 change: 1 addition & 0 deletions jdaviz/core/tests/test_data_menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9d16ea9

Please sign in to comment.