- update to 15.0:

* Drop support for Python 3.8.
  * Drop support for pytest < 7.4.
  * Fix compatibility with pytest 8.2.
  * Add support for pytest 8.2, 8.3.
  * Add --fail-on-flaky option to fail the test run with custom
    exit code when test passed on rerun.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-rerunfailures?expand=0&rev=29
This commit is contained in:
2024-11-25 09:07:41 +00:00
committed by Git OBS Bridge
parent 3643bbb074
commit d6c6830c27
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Nov 25 09:07:34 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 15.0:
* Drop support for Python 3.8.
* Drop support for pytest < 7.4.
* Fix compatibility with pytest 8.2.
* Add support for pytest 8.2, 8.3.
* Add --fail-on-flaky option to fail the test run with custom
exit code when test passed on rerun.
-------------------------------------------------------------------
Tue May 7 03:12:25 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>