Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Bug report
Bug description:
On Devuan 5, with this command in a build script:
./python -m test -uall -j0 > $test_file 2>&1the following is logged:
0:10:21 load avg: 3.54 [229/469/2] test_idle failed (1 error)test test_idle failed -- Traceback (most recent call last): File "/usr/local/src/forks/cpython/Lib/idlelib/idle_test/test_configdialog.py", line 452, in test_highlight_target_text_mouse click_it(start_index) ~~~~~~~~^^^^^^^^^^^^^ File "/usr/local/src/forks/cpython/Lib/idlelib/idle_test/test_configdialog.py", line 436, in click_it x, y, dx, dy = hs.bbox(start) ^^^^^^^^^^^^TypeError: cannot unpack non-iterable NoneType objectBut this passes:
./python -m test -uall -j0 test_idleUsing random seed: 20553854240:00:00 load avg: 0.00 Run 1 test in parallel using 1 worker process0:00:01 load avg: 0.00 [1/1] test_idle passed== Tests result: SUCCESS ==1 test OK.Total duration: 1.8 secTotal tests: run=283 skipped=81Total test files: run=1/1Result: SUCCESSCPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
Metadata
Metadata
Assignees
Labels
Projects
Status
Done