Skip to content

Commit

Permalink
TST: Remove unused select_points test in astropy#127
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Feb 19, 2021
1 parent d4c0c36 commit 9800195
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions astrowidgets/tests/test_widget_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ def test_zoom(self):
self.image.zoom(2)
assert self.image.zoom_level == 6 # 3 x 2

@pytest.mark.xfail(reason='Not implemented yet')
def test_select_points(self):
self.image.select_points()

def test_marking_operations(self):
marks = self.image.get_all_markers()
assert marks is None
Expand Down

0 comments on commit 9800195

Please sign in to comment.