From 915a5309a639333839829b5a554f3fdb6c560464 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Thu, 19 Feb 2026 10:09:44 -0500 Subject: [PATCH] qa/rgw: bucket notifications use pynose nose incompatibility in multisite tests was fixed by switching to pynose in https://github.com/ceph/teuthology/pull/1947, so i'm trying the same here Fixes: https://tracker.ceph.com/issues/74573 Signed-off-by: Casey Bodley --- src/test/rgw/bucket_notification/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/rgw/bucket_notification/requirements.txt b/src/test/rgw/bucket_notification/requirements.txt index bb74eceedc3..321d6e43f22 100644 --- a/src/test/rgw/bucket_notification/requirements.txt +++ b/src/test/rgw/bucket_notification/requirements.txt @@ -1,4 +1,4 @@ -nose-py3 >=1.0.0 +pynose boto >=2.6.0 boto3 >=1.0.0 configparser >=5.0.0 -- 2.47.3