From 50e2794658542798c1f38e4097f3b614d3663b6e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 5 Jan 2024 08:53:08 +0100 Subject: [PATCH] [stable-7] CI: for some reason async-timeout doesn't seem to get installed on Python 3.11 (#7813) 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 9946f758af5fe0fe41f1cf7584d670ca1d6c2d52) --- tests/unit/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/unit/requirements.txt b/tests/unit/requirements.txt index 1177b55a91..fc67b1b034 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