Skip to content

Commit

Permalink
test(redis): Install pytest-asyncio for redis tests (Python 3.12-…
Browse files Browse the repository at this point in the history
…13) (#3706)

Although we run the `redis` tests on Python 3.12 and 3.13, we don't install `pytest-asyncio` on these versions. We likely should.
  • Loading branch information
szokeasaurusrex authored Oct 29, 2024
1 parent d48dc46 commit c21962e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ deps =
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
{py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-redis: pytest-asyncio
redis-v3: redis~=3.0
redis-v4: redis~=4.0
redis-v5: redis~=5.0
Expand Down

0 comments on commit c21962e

Please sign in to comment.