We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d119c5 commit 98d73a0Copy full SHA for 98d73a0
1 file changed
CHANGES
@@ -30,6 +30,20 @@ $ uvx --from 'gp-libs' --prerelease allow gp-libs
30
31
- _Add your latest changes from PRs here_
32
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
47
## gp-libs 0.0.15 (2025-11-01)
48
49
### Breaking changes
0 commit comments