[stable-8] CI: for some reason async-timeout doesn't seem to get installed on Python 3.11 (#7812)
CI: for some reason async-timeout doesn't seem to get installed on Python 3.11 (#7811)
For some reason async-timeout doesn't seem to get installed on Python 3.11.
(cherry picked from commit 9946f758af
)
pull/7830/head
parent
fe35cff7a4
commit
549c9e69ae
|
@ -11,6 +11,7 @@ python-memcached ; python_version >= '3.6'
|
|||
|
||||
# requirement for the redis cache plugin
|
||||
redis
|
||||
async-timeout ; python_version == '3.11'
|
||||
|
||||
# requirement for the linode module
|
||||
linode-python # APIv3
|
||||
|
|
Loading…
Reference in New Issue