- Update to 1.4.0:

* 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
This commit is contained in:
2025-09-10 12:48:16 +00:00
committed by Git OBS Bridge
parent ea4ebdc644
commit 7ccaed99ae
5 changed files with 25 additions and 12 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Sep 10 12:39:28 UTC 2025 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 1.4.0:
* 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]
-------------------------------------------------------------------
Thu Dec 19 10:11:47 UTC 2024 - Nico Krapp <nico.krapp@suse.com>