* Fixing compatibility with pytest-asyncio. [#278]
* Adding new directive doctest-requires-all to conditionally skip
all doctests in narrative documentations based on availability of
dependencies. [#280]
* Adding new directive doctest-remote-data-all to conditionally skip
all doctests in narrative documentations based on availability of
remote-data. [#281]
* Versions of Python <3.9 are no longer supported. [#274]
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=41
- Update to 1.3.0:
* add tests for ufuncs without docstrings, wrapped or not by @lpsinger in #248
* Update skips for broken test by @lpsinger in #249
* Fix multiline code in generate/update diff by @seberg in #253
* Remove accidental debug print from new tests by @seberg in #254
* refactored out runtime dependency on setuptools by @neutrinoceros in #258
* adding python3.13 to CI and fix any incompatibilities by @bsipocz in #260
* add one more python release to xfail list by @bsipocz in #266
* Use hash for Action workflow versions and update if needed by @pllim in #267
* Don't assume config exists. by @Carreau in #271
- Add add-missing-xfail-version.patch to fix broken test
OBS-URL: https://build.opensuse.org/request/show/1232200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=39
- Update to 0.11.0
* Added support for testcleanup and documented existing support
for testsetup. [#165]
- Release 0.10.1
* Fix the doctestplus sphinx extension to recognize the
doctest-remote-data directive. [#162]
- Release 0.10.0
* Added ..doctest-remote-data:: directive to control remote data
access for a chunk of code. [#137]
* Drop support for python 3.6. [#159]
* Fixed a bug where the command-line option --remote-data=any
(associated with the pytest-remotedata plugin) would cause
IGNORE_WARNINGS and SHOW_WARNINGS options to be ignored in
module docstrings. [#152]
* Fix wrong behavior with IGNORE_WARNINGS and SHOW_WARNINGS that
could make a block to pass instead of being skipped. [#148]
OBS-URL: https://build.opensuse.org/request/show/925852
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=23
* No longer require Numpy. [#69]
* Fixed a bug that caused __doctest_requires__ to not work correctly with submodules. [#73]
* Fixed a limitation that meant that ELLIPSIS and FLOAT_CMP could not be used at the same time. [#75]
* Fixed a bug that caused .. doctest-requires:: to not work correctly. [#78]
* Fixed a FutureWarning related to split() with regular expressions. [#78]
* Make it possible to specify versions in .. doctest-requires::. [#78]
* Allow to use doctest-glob option instead of doctest-rst and text-file-format [#80]
* Make comment character configurable via ini variable text_file_comment_chars [#80]
* Respect ignore and ignore-glob options from pytest. [#82]
* Add --doctest-only option. [#83]
* Added an IGNORE_WARNINGS option for # doctest: [#84]
- Remove merged patch pr_37.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=13