Bug report
Bug description:
test.test_tkinter.test_simpledialog.QueryDialogTest.test_boundary_values_accepted is failing, for example in this run https://github.com/python/cpython/actions/runs/29705949750/job/88242885156?pr=154202:
======================================================================FAIL: test_boundary_values_accepted (test.test_tkinter.test_simpledialog.QueryDialogTest.test_boundary_values_accepted)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"D:\a\cpython\cpython\Lib\test\test_tkinter\test_simpledialog.py", line246, intest_boundary_values_acceptedself.assertEqual(d.result, 10)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^AssertionError: None!=10----------------------------------------------------------------------
I can also reproduce the failure locally on the main branch:
======================================================================FAIL: test_boundary_values_accepted (test.test_tkinter.test_simpledialog.QueryDialogTest.test_boundary_values_accepted)
----------------------------------------------------------------------Traceback (mostrecentcalllast):
File"/home/a/cpython/Lib/test/test_tkinter/test_simpledialog.py", line536, intest_boundary_values_acceptedself.assertEqual(d.result, 20)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^AssertionError: None!=20======================================================================
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux, Windows
Linked PRs
Bug report
Bug description:
test.test_tkinter.test_simpledialog.QueryDialogTest.test_boundary_values_acceptedis failing, for example in this run https://github.com/python/cpython/actions/runs/29705949750/job/88242885156?pr=154202:I can also reproduce the failure locally on the main branch:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux, Windows
Linked PRs