File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- 1.6.0 (unreleased )
1+ 1.6.0 (2025-11-20 )
22==================
33
4- - Ensure that tests skipped with `__doctest_skip__ ` and `__doctest_requires__ `
5- show up as skipped tests in Pytest's output. [#312]
4+ - Fixing directives that should not have any content and therefore fixing
5+ previously crashing sphinx builds. Using these directives with a content
6+ now results an error. [#311]
7+
8+ - Ensure that tests skipped with ``__doctest_skip__ `` and
9+ ``__doctest_requires__ `` show up as skipped tests in Pytest's output. [#312]
610
7111.5.0 (2025-10-17)
812==================
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ classifiers =
1616 Programming Language :: Python :: 3.11
1717 Programming Language :: Python :: 3.12
1818 Programming Language :: Python :: 3.13
19+ Programming Language :: Python :: 3.14
1920 Programming Language :: Python :: Implementation :: CPython
2021 Topic :: Software Development :: Testing
2122 Topic :: Utilities
You can’t perform that action at this time.
0 commit comments