Skip to content

Remove deprecated lazy_fixture dependency #2743

@raulcd

Description

@raulcd

Feature Request / Improvement

We heavy relay on pytest-lazy-fixture for the project:

Unfortunately lazy-fixture hasn't been maintained (not a commit to the project over the last 3 years) and since pytest==8.0.0 (released on 2024-01-27), lazy-fixture is not compatible, see:
TvoroG/pytest-lazy-fixture#65

This means we are currently stuck with pytest 7.4.4:

currently pytest latest is 9.0.1:
https://github.com/pytest-dev/pytest/releases

We should remove our usage of pytest-lazy-fixture and once we have done so we should upgrade pytest, we can do that separately.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions