From 6bbcbc84dca879b831b958a802578e7084f05960 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Thu, 15 May 2025 12:40:53 -0400 Subject: [PATCH] Change xfail to skip for downstream packages --- src/astro_image_display_api/widget_api_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/astro_image_display_api/widget_api_test.py b/src/astro_image_display_api/widget_api_test.py index 9bec5e6..f935f1b 100644 --- a/src/astro_image_display_api/widget_api_test.py +++ b/src/astro_image_display_api/widget_api_test.py @@ -363,7 +363,7 @@ def test_cuts(self, data): self.image.cuts = (10, 100) assert self.image.cuts == (10, 100) - @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") def test_colormap(self): cmap_desired = 'gray' cmap_list = self.image.colormap_options