NicolasLM / spinach

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

fix: correct a busted test setup #37

Closed 0xDEC0DE closed 6 months ago

0xDEC0DE commented 6 months ago

This was throwing warnings unrelated to the code under test, which was annoying. Fix it.

Fixes: Issue #35

bigjools commented 6 months ago

There's one more error about datetime.utcnow being deprecated in 3.12 which we should fix at some point.