We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e42d8b0 commit 26e68edCopy full SHA for 26e68ed
Tests/test_imagetk.py
@@ -26,6 +26,8 @@ def setup_module():
26
# setup tk
27
tk.Frame()
28
# root = tk.Tk()
29
+ except RuntimeError as v:
30
+ pytest.skip(f"RuntimeError: {v}")
31
except tk.TclError as v:
32
pytest.skip(f"TCL Error: {v}")
33
0 commit comments