Skip to content

3.9.1 - support for python 3.14 and pytest 8.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jun 20:04
  • 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 and pytest<6. Fixes
    #362 and fixes
    #186
  • Fixed test suite for python 3.14, officializing the support for this version.

See documentation page for details.