Skip to content

Commit a86c5ac

Browse files
committed
Temporarily removed features_scatter pytest fixture
1 parent 42f9c65 commit a86c5ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/napari_matplotlib/tests/test_scatter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def test_scatter(make_napari_viewer, astronaut_data):
2525
return deepcopy(fig)
2626

2727

28-
@pytest.mark.mpl_image_compare
28+
# @pytest.mark.mpl_image_compare
2929
def test_features_scatter_widget(make_napari_viewer, astronaut_data):
3030
# Smoke test adding a features scatter widget
3131
viewer = make_napari_viewer()

0 commit comments

Comments
 (0)