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
pytest 8.0.0 has been released two days ago, is there some plan to make syrupy compatible with it?
To reproduce
pip install pytest==8.0.0 syrupy
See the error:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
The user requested pytest==8.0.0
syrupy 4.6.0 depends on pytest<8.0.0 and >=7.0.0
Expected behavior
It should install.
Screenshots
Environment (please complete the following information):
OS: Ubuntu 22.04
Syrupy Version: 4.6.0
Python Version: 3.11
Additional context
The text was updated successfully, but these errors were encountered:
I'll try have an update out this week. I'm no longer at top hat and am working on transferring project permissions over to me so I can continue development & maintenance.
Describe the bug
pytest 8.0.0 has been released two days ago, is there some plan to make syrupy compatible with it?
To reproduce
pip install pytest==8.0.0 syrupy
Expected behavior
It should install.
Screenshots
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: