In d9749b11bcf59ff88c232f835e1a0bc8dfa82ba5, we disallowed python-redis >= 3.0.0 because Jenkins kept blowing up. However, this is a problem as both openSUSE and Mageia have moved to python-redis 3.0.1. This has led to Pagure not being installable in Mageia and failing to build in openSUSE.
According to the module's README, there isn't too much different in 3.0.0, so it shouldn't be bad to adapt for compatibility.
Metadata Update from @pingou: - Issue set to the milestone: 5.3 - Issue tagged with: RFE
I cannot reproduce the test failures locally for python-redis >= 3.0.0 on openSUSE. The tests all pass when I remove the restriction...
Commit 2b1a46a3 fixes this issue