-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-111181: Fix enum doctests #111180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-111181: Fix enum doctests #111180
Conversation
@ethanfurman as I said I am not sure that my fixes are correct, I just want to show you that there are some broken tests at the moment. I need your help with the details :) |
Thank you for getting the doc tests to always run. I'll work on getting the doc tests correct. |
Thanks @sobolevn for the PR, and @ethanfurman for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @sobolevn and @ethanfurman, I could not cleanly backport this to
|
(cherry picked from commit c4dc5a6) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Ethan Furman <[email protected]>
GH-111518 is a backport of this pull request to the 3.12 branch. |
gh-111181: Fix enum doctests (GH-111180) (cherry picked from commit c4dc5a6) Co-authored-by: Nikita Sobolev <[email protected]> Co-authored-by: Ethan Furman <[email protected]>
Co-authored-by: Ethan Furman <[email protected]> (cherry picked from commit c4dc5a6)
GH-111617 is a backport of this pull request to the 3.11 branch. |
Co-authored-by: Ethan Furman <[email protected]>
gh-111181: Fix enum doctests (GH-111180) Co-authored-by: Ethan Furman <[email protected]> (cherry picked from commit c4dc5a6) Co-authored-by: Nikita Sobolev <[email protected]>
Co-authored-by: Ethan Furman <[email protected]>
Co-authored-by: Ethan Furman <[email protected]>
Working on a full description of what is going on.
#111181
📚 Documentation preview 📚: https://cpython-previews--111180.org.readthedocs.build/
enum
doctests are silently skipped when run with libregrtest #111181