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

Compatibility with pytest=8.0.0? #3

Closed
benjaminrigaud opened this issue Jan 30, 2024 · 3 comments
Closed

Compatibility with pytest=8.0.0? #3

benjaminrigaud opened this issue Jan 30, 2024 · 3 comments

Comments

@benjaminrigaud
Copy link

Hi,

We cannot install the library with pytest=8.0.0

pytest-lazy-fixtures 1.0.1 requires pytest<8.0.0,>=7.2.1, but you have pytest 8.0.0 which is incompatible.

But when forcing the installation, my test-suite is working fine.
Do you know of any limitations that would prevent it from working with pytest=8.0.0?

FYI: pytest-lazy-fixture itself is not compatible with pytest=8.0.0 (See TvoroG/pytest-lazy-fixture#65)

@kjaymiller
Copy link

+1 for the same question for the exact same reason

@dev-petrov
Copy link
Owner

Hi, I will update dependency

@dev-petrov
Copy link
Owner

Fixed in 1.0.2

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

No branches or pull requests

3 participants