1
0

- 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:
Dirk Mueller 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 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a979e4be99d9116e07ac066c5f00d45f387677d7d779f3bef30c6ffa8c79181
size 36434

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f884e2231fe5378cc8e5d1a272d19b01ebd352df0591a5add55ff50adac2d2d0
size 38468

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>

View File

@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-pytest-doctestplus%{psuffix}
Version: 0.12.1
Version: 0.13.0
Release: 0
Summary: Pytest plugin with advanced doctest features
License: BSD-3-Clause