Skip to content

Commit

Permalink
dont test
Browse files Browse the repository at this point in the history
  • Loading branch information
tlambert03 committed Aug 22, 2021
1 parent 5ae5c9a commit 917b1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[
getattr(widgets, n)
for n in widgets.__all__
if n not in ("Widget", "FunctionGui", "MainFunctionGui")
if n not in ("Widget", "FunctionGui", "MainFunctionGui", "show_file_dialog")
],
)
def test_widgets(WidgetClass):
Expand Down

0 comments on commit 917b1f7

Please sign in to comment.