- update to 14.0:

* Fix missing teardown for non-function scoped fixtures when
    using only_rerun or rerun_except queries. (#234) and
  * Drop support for Python 3.7.
  * Drop support for pytest < 7.2.
  * Add support for pytest 8.0, 8.1.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-rerunfailures?expand=0&rev=25
This commit is contained in:
2024-03-16 09:49:50 +00:00
committed by Git OBS Bridge
parent f7083ed8e3
commit 6138396fd7
4 changed files with 17 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Mar 16 09:48:54 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 14.0:
* Fix missing teardown for non-function scoped fixtures when
using only_rerun or rerun_except queries. (#234) and
* Drop support for Python 3.7.
* Drop support for pytest < 7.2.
* Add support for pytest 8.0, 8.1.
-------------------------------------------------------------------
Thu Dec 14 21:18:17 UTC 2023 - Dirk Müller <dmueller@suse.com>