gh-111735: Skip turtle doctests when _tkinter is not available - #156417
Conversation
Documentation build overview
|
|
My comments on the previous PR might or might not apply. I have not interacted with doctests since then. |
|
I saw your previous comments @terryjreedy , and I don't think that they apply here.
|
|
After 859c068 Doc/conf.py:24 sets |
I think we can leave this to a separate PR. We don't currently have any Buildbots that run any form of docs build, so this would need quite a bit of work in buildmaster-config, as well as someone to sponsor the machine it will run on. Adding it to the CI is also possible. But to be honest, I'm not sure there's a real benefit. Only we (CPython developers) run the doctests, and when we do it's usually with |
|
Thanks @StanFromIreland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15. |
|
GH-156470 is a backport of this pull request to the 3.15 branch. |
|
Sorry, @StanFromIreland, I could not cleanly backport this to |
|
GH-156471 is a backport of this pull request to the 3.14 branch. |
Most of these were fixed by 859c068, I presume these were added after when the CI built with tkinter so it wasn't caught.
Doc/library/turtle.rstdoctests are failing whentkinteris not present #111735