[issue42507] test_ttk_guionly test failures on macOS with Tcl/Tk 8.6.10

STINNER Victor report at bugs.python.org
Wed Jan 27 06:55:43 EST 2021


STINNER Victor <vstinner at python.org> added the comment:

Failure on the Ubuntu job run on my PR 24353:

https://github.com/python/cpython/pull/24353/checks?check_run_id=1776422914

======================================================================
FAIL: test_identify (tkinter.test.test_ttk.test_widgets.ComboboxTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/cpython/cpython/Lib/tkinter/test/test_ttk/test_widgets.py", line 335, in test_identify
    self.assertEqual(self.entry.identify(5, 5), "textarea")
AssertionError: '' != 'textarea'
+ textarea

----------
nosy: +vstinner

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue42507>
_______________________________________


More information about the Python-bugs-list mailing list