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
The test involves building an application, performing some cleanup, and then asserting that an InventoryAdapter constructed on the results contains an expected Intersphinx cache item as configured during the app build -- but during the failure observed, the cache entry was not found.
Describe the bug
There seems to be an flaky/intermittent test failure for
test_load_mappings_cache
; this appeared as a failure in a recent GitHub Actions CI unit test run for v8.2.0 of Sphinx.The test involves building an application, performing some cleanup, and then asserting that an
InventoryAdapter
constructed on the results contains an expected Intersphinx cache item as configured during the app build -- but during the failure observed, the cache entry was not found.How to Reproduce
TBD; the failure can currently be found in the build logs for this GitHub Actions CI job: https://github.com/sphinx-doc/sphinx/actions/runs/13402480912/job/37436044034
Environment Information
Sphinx extensions
Additional context
No response
The text was updated successfully, but these errors were encountered: