Implementation of Redis in python without having a Redis server running. Fully compatible with using redis-py.
BSD 3-Clause "New" or "Revised" License
299
stars
49
forks
source link
2.25.0: TypeError: FakeBaseConnectionMixin.__init__() missing 2 required keyword-only arguments: 'version' and 'server_type' #334
Closed
9128305 closed 1 month ago
Describe the bug Hi, this combination of dependencies is working:
fakeredis 2.25.0 breaks my django tests with the following error:
To Reproduce
Traceback:
Minimal reproducer:
Expected behavior No errors
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
Upvote & Fund