Accepting request 1315724 from devel:languages:python:pytest

update to 5.2.1

trying the new workflow

(🤖: Submission of python-pytest-benchmark via pool/python-pytest-benchmark#1 by mcalabkova)
- Update to 5.2.1
  * Added support for a per-round teardown function to pedantic mode.
  * Added --benchmark-time-unit option.
  * Fixed deprecated hook examples in docstrings.
  * Changed --benchmark-compare-fail to accept percentages higher than 100%.
  * Replaced the complicated and broken code of pytest_benchmark.utils.clonefunc
    with a simple return of the input.
  * Add markers so pytest doesn’t try to assert-rewrite the plugin internals

OBS-URL: https://build.opensuse.org/request/show/1315724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytest-benchmark?expand=0&rev=16
This commit is contained in:
2025-11-07 17:19:49 +00:00
committed by Git OBS Bridge
parent ab14df34ac
commit cc7e7a14eb
6 changed files with 26 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Nov 5 12:35:00 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 5.2.1
* Added support for a per-round teardown function to pedantic mode.
* Added --benchmark-time-unit option.
* Fixed deprecated hook examples in docstrings.
* Changed --benchmark-compare-fail to accept percentages higher than 100%.
* Replaced the complicated and broken code of pytest_benchmark.utils.clonefunc
with a simple return of the input.
* Add markers so pytest doesnt try to assert-rewrite the plugin internals
-------------------------------------------------------------------
Thu Aug 21 15:41:07 UTC 2025 - Markéta Machová <mmachova@suse.com>