- update to 0.5.0:

* Use ``pytest.hookimpl`` to configure hooks, avoiding a
    deprecation warning in pytest 7.2.0.
  * Dropped support for Python 3.6.
  * Added support for Python 3.11.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-instafail?expand=0&rev=19
This commit is contained in:
2023-05-04 22:56:25 +00:00
committed by Git OBS Bridge
parent efc891a02a
commit c60a47b318
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu May 4 22:54:59 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.5.0:
* Use ``pytest.hookimpl`` to configure hooks, avoiding a
deprecation warning in pytest 7.2.0.
* Dropped support for Python 3.6.
* Added support for Python 3.11.
-------------------------------------------------------------------
Mon Jun 29 10:00:24 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>