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 >= 8.0.0 breaks tests #787

Closed
ns-rse opened this issue Jan 29, 2024 · 0 comments
Closed

Pytest >= 8.0.0 breaks tests #787

ns-rse opened this issue Jan 29, 2024 · 0 comments
Labels

Comments

@ns-rse
Copy link
Collaborator

ns-rse commented Jan 29, 2024

Issues with the pytest-lazy-fixture plugin have cropped up with the release of pytest-8.0.0 on 2024-01-27 (see issue).

There are some solutions on lazy fixture alternatives in that thread and may be possible to request.getfixturevalue() instead.

In the interim suggest blocking new pytest versions by modifying pyproject.toml to...

  "pytest<8.0.0",

...until there is time to address this properly.

@ns-rse ns-rse added the testing label Jan 29, 2024
ns-rse added a commit that referenced this issue Jan 29, 2024
Temporary fix for #787
@ns-rse ns-rse mentioned this issue Jan 29, 2024
@ns-rse ns-rse closed this as completed Feb 6, 2024
ns-rse added a commit that referenced this issue Feb 6, 2024
Temporary fix for #787
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant