After some recent unrelated testing work, we learned that pytest-lazy-fixture is incompatible with pytest version 8.0.0 or newer. This has been the case for 6 months now as this issue notes: TvoroG/pytest-lazy-fixture#65
Given this we may want to drop or replace this dependency
One option on the replacement side is pytest-lazy-fixtures, which it looks straightforward to switch to
After some recent unrelated testing work, we learned that
pytest-lazy-fixtureis incompatible withpytestversion8.0.0or newer. This has been the case for 6 months now as this issue notes: TvoroG/pytest-lazy-fixture#65Given this we may want to drop or replace this dependency
One option on the replacement side is
pytest-lazy-fixtures, which it looks straightforward to switch to