- 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