From: David Galloway Date: Fri, 5 Sep 2025 19:00:22 +0000 (-0400) Subject: mgr/dashboard: Pin gevent to 24.2.1 for backend API tests X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=730702f1fef162afa6826cfc9ca080b5f809c95a;p=ceph.git 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 --- 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