- update to 3.9.1:

* Fixed `AttributeError: 'MiniMetafunc' object has no attribute
    '_params_directness'` when a case function is
  * parametrized or requires a fixtures, with pytest 8.4.0. Fixed
  * #365
  * Fixed `ValueError: The provided fixture function does not
    seem to be a fixture` with `@fixture_ref`  with pytest
  * Dropped support for `python<3.9` and `pytest<6`.
  * Fixed test suite for python 3.14, officializing the support
    for this version.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-cases?expand=0&rev=3
This commit is contained in:
2025-09-29 21:24:26 +00:00
committed by Git OBS Bridge
parent 5cd4add1a5
commit 5a4a9768e9
4 changed files with 23 additions and 9 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Sep 29 21:22:52 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 3.9.1:
* Fixed `AttributeError: 'MiniMetafunc' object has no attribute
'_params_directness'` when a case function is
* parametrized or requires a fixtures, with pytest 8.4.0. Fixed
* #365
* Fixed `ValueError: The provided fixture function does not
seem to be a fixture` with `@fixture_ref` with pytest
* Dropped support for `python<3.9` and `pytest<6`.
* Fixed test suite for python 3.14, officializing the support
for this version.
-------------------------------------------------------------------
Wed Nov 20 14:41:21 UTC 2024 - Johannes Kastl <opensuse_buildservice@ojkastl.de>