1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

[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)
This commit is contained in:
Felix Fontein 2024-01-05 08:53:06 +01:00 committed by GitHub
parent fe35cff7a4
commit 549c9e69ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@ python-memcached ; python_version >= '3.6'
# requirement for the redis cache plugin # requirement for the redis cache plugin
redis redis
async-timeout ; python_version == '3.11'
# requirement for the linode module # requirement for the linode module
linode-python # APIv3 linode-python # APIv3