You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We often want to parametrize a test, where one value the parameter could take is a fixture. That's what pytest-lazy-fixture does.
pytest-lazy-fixture may be abandoned, so 🤷♂️ it might get included in pytest itself, or it might get a new maintainer, or someone may fork it and upload it as a new PyPI package. In the interim, I will limit the version of pytest in this repo.
See TvoroG/pytest-lazy-fixture#65 as noticed in any CI runs since pytest 8.0 was released a few weeks ago.
We often want to parametrize a test, where one value the parameter could take is a fixture. That's what pytest-lazy-fixture does.
pytest-lazy-fixture may be abandoned, so 🤷♂️ it might get included in pytest itself, or it might get a new maintainer, or someone may fork it and upload it as a new PyPI package. In the interim, I will limit the version of pytest in this repo.
For status of equivalent functionality in core pytest, see pytest-dev/pytest#11532
The text was updated successfully, but these errors were encountered: