We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently an experimental warning sets the variable _already_issued which always raise it at most once per warning even with
_already_issued
sage: import warnings sage: warnings.simplefilter("always")
This makes doctest fragile (whether warning is raised depends on doctest ordering, and we haven't mentioned pytest yet)
Seen in #39804
No response
The text was updated successfully, but these errors were encountered:
@user202729 please review
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Steps To Reproduce
Currently an experimental warning sets the variable
_already_issued
which always raise it at most once per warning even withThis makes doctest fragile (whether warning is raised depends on doctest ordering, and we haven't mentioned pytest yet)
Seen in #39804
Expected Behavior
Actual Behavior
Additional Information
No response
Environment
Checklist
The text was updated successfully, but these errors were encountered: