NicolasLM / spinach

Modern Redis task queue for Python 3
https://spinach.readthedocs.io
BSD 2-Clause "Simplified" License
63 stars 4 forks source link

Newest redis-py causes ImportErrors #12

Closed 0xDEC0DE closed 2 years ago

0xDEC0DE commented 2 years ago

Release 4.1.0 of redis-py appears to have introduced a silent breaking change:

https://github.com/redis/redis-py/pull/1751

This causes Spinach to fail to load the Redis broker.

Steps to reproduce

tox -r

Expected result

Tests pass

Actual behaviour

Tests fail with ImportError exceptions

NicolasLM commented 2 years ago

Closed by #13.