Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrstphrchvz/40b4af859a44f2f2efba2db370c2a10e to your computer and use it in GitHub Desktop.
Save chrstphrchvz/40b4af859a44f2f2efba2db370c2a10e to your computer and use it in GitHub Desktop.
Unreported Tkinter test failure on Tk 8.7
(Not sure if this is actually due to 8.7)
======================================================================
FAIL: test_create_polygon (test.test_tkinter.test_widgets.CanvasTest.test_create_polygon)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/user/git/cpython/Lib/test/test_tkinter/test_widgets.py", line 861, in test_create_polygon
self.assertEqual(c.bbox(i1), (19, 9, 61, 51))
AssertionError: Tuples differ: (18, 8, 62, 52) != (19, 9, 61, 51)
First differing element 0:
18
19
- (18, 8, 62, 52)
+ (19, 9, 61, 51)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment