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.
2 parents 45f862e + 26e68ed commit 3fa89f0Copy full SHA for 3fa89f0
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