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

[FEATURE] Support pytest 8.x #202

Closed
MShekow opened this issue Jan 28, 2024 · 3 comments · Fixed by #203
Closed

[FEATURE] Support pytest 8.x #202

MShekow opened this issue Jan 28, 2024 · 3 comments · Fixed by #203

Comments

@MShekow
Copy link

MShekow commented Jan 28, 2024

Projects that stay on the latest an greatest dependencies no longer work. pip complains:

ERROR: Cannot install -r requirements.txt (line 10) and pytest==8.0.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested pytest==8.0.0
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
    pytest-playwright 0.4.3 depends on pytest<8.0.0 and >=6.2.4

Pytest 8 has been released yesterday, see https://docs.pytest.org/en/stable/changelog.html#pytest-8-0-0-2024-01-27

@mxschmitt
Copy link
Member

Currently blocked by pytest-dev/pytest-base-url#41.

@MShekow
Copy link
Author

MShekow commented Feb 2, 2024

Thanks for fixing the issue so quickly. Do you have any ETA of a new release of playwright-pytest on pytest? It's not urgent for me or anything, I'm just curios.

@mxschmitt
Copy link
Member

I'll release right now!

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

Successfully merging a pull request may close this issue.

2 participants