From 9946f758af5fe0fe41f1cf7584d670ca1d6c2d52 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 5 Jan 2024 08:08:19 +0100 Subject: [PATCH] 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. --- tests/unit/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 30819a1a80..218fe45673 100644 --- a/tests/unit/requirements.txt +++ b/tests/unit/requirements.txt @@ -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