- 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
8.4.0. Fixed #364 - Dropped support for
python<3.9
andpytest<6
. Fixes
#362 and fixes
#186 - Fixed test suite for python 3.14, officializing the support for this version.
See documentation page for details.