Skip to content

Commit

Permalink
ci(tox): Exclude fakeredis 2.26.0 on py3.6 and 3.7 (#3695)
Browse files Browse the repository at this point in the history
`fakeredis` `2.26.0` [broke on Python 3.6 and 3.7](cunla/fakeredis-py#341). A fix should be available when the next version is available.
  • Loading branch information
szokeasaurusrex authored Oct 28, 2024
1 parent ec88aa9 commit 72f4d99
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ deps =
# Redis
redis: fakeredis!=1.7.4
redis: pytest<8.0.0
{py3.6,py3.7}-redis: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
{py3.7,py3.8,py3.9,py3.10,py3.11}-redis: pytest-asyncio
redis-v3: redis~=3.0
redis-v4: redis~=4.0
Expand All @@ -602,7 +603,9 @@ deps =
rq-v{0.6}: redis<3.2.2
rq-v{0.13,1.0,1.5,1.10}: fakeredis>=1.0,<1.7.4
rq-v{1.15,1.16}: fakeredis
{py3.6,py3.7}-rq-v{1.15,1.16}: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
rq-latest: fakeredis
{py3.6,py3.7}-rq-latest: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
rq-v0.6: rq~=0.6.0
rq-v0.13: rq~=0.13.0
rq-v1.0: rq~=1.0.0
Expand Down

0 comments on commit 72f4d99

Please sign in to comment.