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 vstinner
Recipients vstinner
Date 2020-11-16.14:56:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605538587.9.0.222465124321.issue42370@roundup.psfhosted.org>
In-reply-to
Content
Seen on the Ubuntu job on a GitHub PR:
https://github.com/python/cpython/pull/23315/checks?check_run_id=1406797840

======================================================================
FAIL: test_to (tkinter.test.test_ttk.test_widgets.SpinboxTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/runner/work/cpython/cpython/Lib/tkinter/test/test_ttk/test_widgets.py", line 1175, in test_to
    self.assertEqual(self.spin.get(), '5')
AssertionError: '4' != '5'
- 4
+ 5
History
Date User Action Args
2020-11-16 14:56:27vstinnersetrecipients: + vstinner
2020-11-16 14:56:27vstinnersetmessageid: <1605538587.9.0.222465124321.issue42370@roundup.psfhosted.org>
2020-11-16 14:56:27vstinnerlinkissue42370 messages
2020-11-16 14:56:27vstinnercreate