Skip to content

Commit 98d73a0

Browse files
committed
CHANGES(0.0.16): Document upstream backport bug fixes (#56)
what: - pytest autouse fixtures fix (backport from pytest 9cd14b4ff) - doctest directive whitespace fix (backport from Sphinx ad0c343d3)
1 parent 4d119c5 commit 98d73a0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGES

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ $ uvx --from 'gp-libs' --prerelease allow gp-libs
3030

3131
- _Add your latest changes from PRs here_
3232

33+
### Bug fixes
34+
35+
#### pytest_doctest_docutils
36+
37+
- Autouse fixtures from `conftest.py` are now properly discovered for doctest files (#56)
38+
39+
Backported from pytest commit [9cd14b4ff](https://github.com/pytest-dev/pytest/commit/9cd14b4ff) (2024-02-06).
40+
41+
#### doctest_docutils
42+
43+
- Doctest directive comments with leading whitespace (e.g., ` # doctest: +SKIP`) are now properly matched (#56)
44+
45+
Backported from Sphinx commit [ad0c343d3](https://github.com/sphinx-doc/sphinx/commit/ad0c343d3) (2025-01-04).
46+
3347
## gp-libs 0.0.15 (2025-11-01)
3448

3549
### Breaking changes

0 commit comments

Comments
 (0)