You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the test suite on my Mac, it always complains I don't have an OS X gui process running. I don't know how to remedy that, but I do know that I have XQuartz running, as the DISPLAY environment variable is set. The test suite should fall back to using X for tkinter and ttk unit tests if available.
smontanaro
changed the title
Unit tests on Mac should fall back to use XQuartz
Unit tests on Mac should fall back to use X if DISPLAY is set
Aug 19, 2024
I'm beginning to think that my superpower is proposing half-baked ideas which motivate other people to actually develop/produce/confirm the correct solution to the problem. ;-)
I trust that fix you had me check will find its way into main and 3.13?
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
When running the test suite on my Mac, it always complains I don't have an OS X gui process running. I don't know how to remedy that, but I do know that I have XQuartz running, as the
DISPLAY
environment variable is set. The test suite should fall back to using X fortkinter
andttk
unit tests if available.CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs
The text was updated successfully, but these errors were encountered: