You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
Projects that stay on the latest an greatest dependencies no longer work. pip complains:
Pytest 8 has been released yesterday, see https://docs.pytest.org/en/stable/changelog.html#pytest-8-0-0-2024-01-27
The text was updated successfully, but these errors were encountered: