File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,6 @@ def test_attributes(self):
7171 assert hasattr (select .ScanSelector , 'selector_type' )
7272 assert hasattr (select .ScanSelector , 'viewers_items' )
7373
74- @pytest .mark .skip (reason = "Disabled until source of faillure (updated package?) is found." )
7574 def test_usage (self , qtbot ):
7675 viewer2D = init_viewer (qtbot )
7776 viewer2D_bis = init_viewer (qtbot )
@@ -90,8 +89,6 @@ def test_usage(self, qtbot):
9089 assert np .all (scan_selector .selector .get_coordinates () ==
9190 pytest .approx (scan_selector .settings ['coordinates' ].data_as_ndarray ()))
9291
93-
94- @pytest .mark .skip (reason = "Disabled until source of faillure (updated package?) is found." )
9592 def test_change_source (self , qtbot ):
9693 viewer2D = init_viewer (qtbot )
9794 viewer2D_bis = init_viewer (qtbot )
You can’t perform that action at this time.
0 commit comments