summaryrefslogtreecommitdiff
path: root/tests/test_ssl.py
diff options
context:
space:
mode:
authorThiago Bellini Ribeiro <hackedbellini@gmail.com>2023-03-27 18:32:44 -0300
committerGitHub <noreply@github.com>2023-03-28 00:32:44 +0300
commit480253037afe4c12e38a0f98cadd3019a3724254 (patch)
tree5e25192d71a64f80f7cb7a157d5c6736cd70eba0 /tests/test_ssl.py
parent66a4d6b2a493dd3a20cc299ab5fef3c14baad965 (diff)
downloadredis-py-480253037afe4c12e38a0f98cadd3019a3724254.tar.gz
fix: do not use asyncio's timeout lib before 3.11.2 (#2659)
There's an issue in asyncio's timeout lib before 3.11.3 that causes async calls to raise `CancelledError`. This is a cpython issue that was fixed in this commit [1] and cherry-picked to previous versions, meaning 3.11.3 will work correctly. Check [2] for more info. [1] https://github.com/python/cpython/commit/04adf2df395ded81922c71360a5d66b597471e49 [2] https://github.com/redis/redis-py/issues/2633
Diffstat (limited to 'tests/test_ssl.py')
0 files changed, 0 insertions, 0 deletions