Zachary Ware added the comment:
The failure that you saw was due to a change in Tcl/Tk 8.6.11; we recently
updated our tests to handle that change in bpo-45436; the fixes have not been
released at any version yet, but the fixes have been applied back to 3.7. The
"resource not available" not
E. Paine added the comment:
By using "-u all,-largefile,-audio,-gui", you are specifying to enable all
special resources except 'largefile', 'audio' and 'gui'. Since the ttk tests
require the 'gui' resource to run, the tests are skipped. (please see
https://docs.python.org/3/library/test.htm
Richard Hinerfeld added the comment:
running build_scripts
copying and adjusting /home/richard/Python-3.8.9/Tools/scripts/pydoc3 ->
build/scripts-3.8
copying and adjusting /home/richard/Python-3.8.9/Tools/scripts/idle3 ->
build/scripts-3.8
copying and adjusting /home/richard/Python-3.8.9/Tool
New submission from Richard Hinerfeld :
Please note that test_tk and test_ttk_guionly fail when running testall
when compiling 3.8.9 python from source code.
Compiling on Linux Debian 64-bit bullseye 11.1.0 on a 2008 Mac Book.
--
components: Build
files: TestTK.txt
messages: 404942
nosy