[issue42142] FAIL tkinter ttk LabeledScale test_resize, and more

E. Paine report at bugs.python.org
Wed Nov 4 17:11:58 EST 2020


E. Paine <paineelisha at gmail.com> added the comment:

I was wrong trying to blame Azure. I have now seen this happen on an Ubuntu Github Action for PR-22947 (https://github.com/python/cpython/pull/22947/checks?check_run_id=1354118848).

test_virtual_event (tkinter.test.test_ttk.test_widgets.ComboboxTest) ... Timeout (0:20:00)!
Thread 0x00007f549f9d6080 (most recent call first):
  File "/home/runner/work/cpython/cpython/Lib/tkinter/__init__.py", line 696 in wait_visibility
  File "/home/runner/work/cpython/cpython/Lib/tkinter/test/test_ttk/test_widgets.py", line 452 in test_virtual_event

I am tempted just to remove all calls to `wait_visibility` in our tests.

----------

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


More information about the Python-bugs-list mailing list