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

pytest-lazy-fixture is not compatible with pytest 8 #21935

Open
1 task done
polyzen opened this issue Mar 26, 2024 · 1 comment
Open
1 task done

pytest-lazy-fixture is not compatible with pytest 8 #21935

polyzen opened this issue Mar 26, 2024 · 1 comment
Milestone

Comments

@polyzen
Copy link

polyzen commented Mar 26, 2024

Issue Report Checklist

Problem Description

Pytest 8 no longer works with pytest-lazy-fixture, see TvoroG/pytest-lazy-fixture#65, other projects which used it have switched away from it like pyarrow and httpie.

There's also https://github.com/dev-petrov/pytest-lazy-fixtures that could be used instead.

@ccordoba12
Copy link
Member

Hey @polyzen, thanks for reporting. If you're a Linux maintainer, you're welcome to submit a pull request for this. Otherwise, we'll take care of it probably in a year or so because it's very low priority for us.

FYI, we don't run our tests with the latest Pytest version precisely to avoid this kind of things (we're still running them with version 6, but we'll try to update to 7 after we release Spyder 6).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants