[issue45601] test_tk and test_ttk_guionly fail with resource not availiable

E. Paine report at bugs.python.org
Mon Oct 25 04:16:51 EDT 2021


E. Paine <xepaine13 at gmail.com> 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.html#running-tests-using-the-command-line-interface)

----------
components: +Tests -Build
nosy: +epaine

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45601>
_______________________________________


More information about the Python-bugs-list mailing list