File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.8 (2025-05-29)
4+
5+ - Add a CLI option, ` --doctest-only-doctests={true,false} ` to control whether to only
6+ collect doctests (` true ` , default) or also collect "regular" unit tests (` false ` ).
7+ Currently the default is to only collect doctests; in a next major version, the
8+ default will change to ` false ` to align the behavior of ` pytest --doctest-modules `
9+ with the vanilla pytest behavior. See [ gh-198 ] ( https://github.com/scipy/scipy_doctest/issues/198 )
10+ for discussion.
11+ - Fix doctesting dictionaries. Previously, only keys were checked and the values
12+ were not.
13+ - Work around [ a pytest issue] ( https://github.com/pytest-dev/pytest/discussions/13353 ) ,
14+ which led to spurious test failures with ` scipy>=1.5 ` .
15+ See [ gh-184 ] ( https://github.com/scipy/scipy_doctest/issues/184 ) for details.
16+
17+
318## v1.7.1 (2025-04-04)
419
520This version fixes a packaging error of v1.7, where the wheel and sdist contained extra files and
You can’t perform that action at this time.
0 commit comments