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 doko, epaine, serhiy.storchaka, steve.dower, terry.reedy
Date 2020-11-24.14:22:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606227775.86.0.225132134659.issue42142@roundup.psfhosted.org>
In-reply-to
Content
PR 23156 [Skip select ttk tests when on Ubuntu] proposes Ubuntu-specific test skips and is given as a justification for PR 28468 [Add platform.freedesktop_osrelease]. However, PR 23474 [Fix timeouts in ttk tests] attempts to correctly address the issue, though proving it does this will be hard as the issue is an intermittent failure and I don't believe any of us can reproduce locally (hence why it was initially blamed on Azure).

Serhiy also raised concerns about skipping on Ubuntu (though for slightly different reasons) and I have attempted to explain the reasoning in https://github.com/python/cpython/pull/23156#issuecomment-732056985.

My problem with using PR 23156 as a justification for PR 28468 is that the changes I proposed were only intended to be temporary (hence why I considered it acceptable to use the os.uname hack rather than something more reliable) and I don't think it, in itself, should cause a permanent API addition.
History
Date User Action Args
2020-11-24 14:22:55epainesetrecipients: + epaine, terry.reedy, doko, serhiy.storchaka, steve.dower
2020-11-24 14:22:55epainesetmessageid: <1606227775.86.0.225132134659.issue42142@roundup.psfhosted.org>
2020-11-24 14:22:55epainelinkissue42142 messages
2020-11-24 14:22:55epainecreate