Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit pytest in dev requirements #27

Closed
Jacob-Stevens-Haas opened this issue Feb 13, 2024 · 0 comments
Closed

Limit pytest in dev requirements #27

Jacob-Stevens-Haas opened this issue Feb 13, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@Jacob-Stevens-Haas
Copy link
Owner

Jacob-Stevens-Haas commented Feb 13, 2024

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

@Jacob-Stevens-Haas Jacob-Stevens-Haas added the good first issue Good for newcomers label Feb 13, 2024
Jacob-Stevens-Haas added a commit that referenced this issue Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant