From 730702f1fef162afa6826cfc9ca080b5f809c95a Mon Sep 17 00:00:00 2001 From: David Galloway Date: Fri, 5 Sep 2025 15:00:22 -0400 Subject: [PATCH] mgr/dashboard: Pin gevent to 24.2.1 for backend API tests gevent 25.8.2 would cause `ip netns list` to hang Signed-off-by: David Galloway --- src/pybind/mgr/dashboard/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pybind/mgr/dashboard/requirements.txt b/src/pybind/mgr/dashboard/requirements.txt index 36804e53cbaf..e79105364cd4 100644 --- a/src/pybind/mgr/dashboard/requirements.txt +++ b/src/pybind/mgr/dashboard/requirements.txt @@ -15,3 +15,4 @@ grpcio grpcio-tools jmespath xmltodict +gevent==24.2.1 -- 2.47.3