Ned Deily <n...@python.org> added the comment:

I tested on 3.9 with the backport of GH-23474 merged. The six failures are 
still there plus there is now an additional failure:

======================================================================
FAIL: test_horizontal_range 
(tkinter.test.test_ttk.test_extensions.LabeledScaleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File 
"/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/tkinter/test/test_ttk/test_extensions.py",
 line 121, in test_horizontal_range
    self.assertEqual(prev_xcoord, int(linfo_1['x']))
AssertionError: 12 != 0

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42507>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to