This repository has been archived by the owner on Feb 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 335
Python 3.8 support #721
Labels
resolved-via-latest
This indicates this issue is either resolved or invalid as of the latest version.
Comments
CentOS8.1/redis 5.0.3
|
Would really love to see a fix for this. I don't want to not upgrade nor do I want to refactor aioredis out of my library. |
@honglei I did try aredis, and have now completely dropped aioredis. Unfortunately, running my code with 3.8 using aredis pubsub, there is an intermittent error. Same exact code, 3.7, no issues. So, I'll stick with aredis, since it at least appears well supportes |
This issue should be resolved as of #891 - please feel free to pull in the latest master and test to ensure this is the case. |
seandstewart
added
the
resolved-via-latest
This indicates this issue is either resolved or invalid as of the latest version.
label
Mar 18, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
resolved-via-latest
This indicates this issue is either resolved or invalid as of the latest version.
With python 3.8 there are some errors in the test suite:
FAILED tests/connection_test.py::test_connect_tcp_timeout[redis_v5.0.7] - Typ...
FAILED tests/connection_test.py::test_connect_unixsocket_timeout[redis_v5.0.7]
FAILED tests/pool_test.py::test_create_connection_timeout[redis_v5.0.7] - Typ...
FAILED tests/pool_test.py::test_pool_idle_close[redis_v5.0.7] - assert [('aio...
The text was updated successfully, but these errors were encountered: