diff --git a/Tests/test_imagetk.py b/Tests/test_imagetk.py index 9df66df2d..a929910b3 100644 --- a/Tests/test_imagetk.py +++ b/Tests/test_imagetk.py @@ -26,6 +26,8 @@ def setup_module(): # setup tk tk.Frame() # root = tk.Tk() + except RuntimeError as v: + pytest.skip(f"RuntimeError: {v}") except tk.TclError as v: pytest.skip(f"TCL Error: {v}")