tophat / syrupy

:pancakes: The sweeter pytest snapshot plugin
https://tophat.github.io/syrupy
Apache License 2.0
485 stars 33 forks source link

pytest 8 compatibility #845

Closed nijel closed 5 months ago

nijel commented 5 months ago

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

  1. pip install pytest==8.0.0 syrupy
  2. 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):

Additional context

noahnu commented 5 months ago

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.

noahnu commented 5 months ago

I have the necessary project permissions now, so will look at an update as soon as I can.

tophat-opensource-bot commented 5 months ago

:tada: This issue has been resolved in version 4.6.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: