This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author epaine
Recipients epaine, serhiy.storchaka, steve.dower, terry.reedy
Date 2020-11-08.15:56:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604850994.16.0.441337013261.issue42142@roundup.psfhosted.org>
In-reply-to
Content
This is starting to get *very* annoying. Today's failure was a new one (but still `wait_visibility`):

test_variable_change (tkinter.test.test_ttk.test_extensions.LabeledScaleTest) ... Timeout (0:20:00)!
Thread 0x00007f31dade1080 (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_extensions.py", line 147 in test_variable_change

Again, this was on the Github Ubuntu test (https://github.com/python/cpython/pull/23200/checks?check_run_id=1370499785#step:10:912). I will update my PR to skip *all* tests that use `wait_visbility` on Ubuntu and ask that this would be committed sooner rather than later.
History
Date User Action Args
2020-11-08 15:56:34epainesetrecipients: + epaine, terry.reedy, serhiy.storchaka, steve.dower
2020-11-08 15:56:34epainesetmessageid: <1604850994.16.0.441337013261.issue42142@roundup.psfhosted.org>
2020-11-08 15:56:34epainelinkissue42142 messages
2020-11-08 15:56:34epainecreate