We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af612d3 commit 6bbcbc8Copy full SHA for 6bbcbc8
src/astro_image_display_api/widget_api_test.py
@@ -363,7 +363,7 @@ def test_cuts(self, data):
363
self.image.cuts = (10, 100)
364
assert self.image.cuts == (10, 100)
365
366
- @pytest.mark.xfail(reason="Not clear whether colormap is part of the API")
+ @pytest.mark.skip(reason="Not clear whether colormap is part of the API")
367
def test_colormap(self):
368
cmap_desired = 'gray'
369
cmap_list = self.image.colormap_options
0 commit comments