- update to 0.13.0:

* Compatibility with pytest 7.4 with respect to
    ``norecursedirs`` handling. [#201]
  * Respect ``--doctest-continue-on-failure`` flag. [#197]
  * Report doctests raising skip exceptions as skipped. [#196]

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-doctestplus?expand=0&rev=31
This commit is contained in:
2023-07-24 18:57:15 +00:00
committed by Git OBS Bridge
parent 3ad3f0a311
commit f4d731fcef
4 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jul 24 18:57:08 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.13.0:
* Compatibility with pytest 7.4 with respect to
``norecursedirs`` handling. [#201]
* Respect ``--doctest-continue-on-failure`` flag. [#197]
* Report doctests raising skip exceptions as skipped. [#196]
-------------------------------------------------------------------
Thu May 4 22:39:44 UTC 2023 - Dirk Müller <dmueller@suse.com>