Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.3k
Tests: isolate a pair of HTML build 'numfig' test cases#14100
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Tests: isolate a pair of HTML build 'numfig' test cases#14100
Conversation
jayaddison commentedNov 26, 2025
(more specifically: this is because I have not determined a way to replicate the same failure locally) |
828bdca intosphinx-doc:masterUh oh!
There was an error while loading.Please reload this page.
jayaddison commentedNov 26, 2025
Thanks@AA-Turner - I'll monitor upcoming CI test results to try to get a sense for whether this has resolved the problem. |
jayaddison commentedNov 27, 2025
@AA-Turner argh; I've noticed that I removed this decorator from the wrong two test cases. The test case I meant to isolate is |
Purpose
Recently the
test_numfig_disabled_warntest case has been flaky; although some of the intermittent failures have been noted fordocutilsHEAD, I've also noticed it occurring with other versions ofdocutilstoo.Some example failure logs include:
docutilsHEAD:https://github.com/sphinx-doc/sphinx/actions/runs/18772174723/job/53603139421#step:10:4828docutilsv0.20:https://github.com/sphinx-doc/sphinx/actions/runs/19662374866/job/56311219423#step:10:4879This pull request experiments with removal of the use of a shared build for the problem test case and another test that it shares with.
NB: I amnot certain that this will fix the problem; we may need to re-run the tests a few times with this in place (or perhaps GitHub Actions CI will fail first time after I open this pull request...?).
cc@jfbu@haampie
References