Skip to content

Commit c21962e

Browse files
test(redis): Install pytest-asyncio for redis tests (Python 3.12-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.
1 parent d48dc46 commit c21962e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -584,7 +584,7 @@ deps =
584584
redis: fakeredis!=1.7.4
585585
redis: pytest<8.0.0
586586
{py3.6,py3.7}-redis: fakeredis!=2.26.0 # https://github.com/cunla/fakeredis-py/issues/341
587-
{py3.7,py3.8,py3.9,py3.10,py3.11}-redis: pytest-asyncio
587+
{py3.7,py3.8,py3.9,py3.10,py3.11,py3.12,py3.13}-redis: pytest-asyncio
588588
redis-v3: redis~=3.0
589589
redis-v4: redis~=4.0
590590
redis-v5: redis~=5.0

0 commit comments

Comments
 (0)