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
Backport upstream doctest fixes and add pytest 7/8/9 compatibility (#56)
why: Fix critical bugs in autouse fixture discovery and doctest
directive parsing. Add pytest version compatibility with new API
support.
what:
- Backport pytest autouse fixtures fix (9cd14b4ff, 2024-02-06)
- Backport Sphinx doctestopt_re whitespace fix (ad0c343d3, 2025-01-04)
- Add _unblock_doctest() helper for pytest 8.1+ unblock() API
- Add pytest 9.x to CI test matrix with 7.x/8.x compatibility
- Remove dead _from_module() method from DocutilsDocTestFinder
- Add upstream audit report for CPython, pytest, and Sphinx
0 commit comments