File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,14 @@ $ uvx --from 'gp-libs' --prerelease allow gp-libs
2828
2929## gp-libs 0.0.16 (unreleased)
3030
31- - _ Add your latest changes from PRs here_
31+ ### Features
32+
33+ #### pytest_doctest_docutils
34+
35+ - Add ` _unblock_doctest() ` helper for programmatic re-enabling of built-in doctest plugin (#56 )
36+
37+ Uses the public ` pluginmanager.unblock() ` API introduced in pytest 8.1.0, with graceful
38+ fallback for older versions.
3239
3340### Bug fixes
3441
@@ -44,6 +51,10 @@ $ uvx --from 'gp-libs' --prerelease allow gp-libs
4451
4552 Backported from Sphinx commit [ ad0c343d3] ( https://github.com/sphinx-doc/sphinx/commit/ad0c343d3 ) (2025-01-04).
4653
54+ ### Development
55+
56+ - CI: Add pytest 9.x to test matrix, with pytest 7.x/8.x compatibility testing (#56 )
57+
4758## gp-libs 0.0.15 (2025-11-01)
4859
4960### Breaking changes
You can’t perform that action at this time.
0 commit comments