Accepting request 925852 from home:bnavigator:branches:devel:languages:python:pytest

- 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
This commit is contained in:
2021-10-19 17:13:17 +00:00
committed by Git OBS Bridge
parent 1c3a7c03d2
commit e040e28f1b
4 changed files with 32 additions and 10 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Oct 17 13:49:48 UTC 2021 - Ben Greiner <code@bnavigator.de>
- 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]
-------------------------------------------------------------------
Sun May 2 08:42:25 UTC 2021 - Ben Greiner <code@bnavigator.de>