From: Casey Bodley Date: Thu, 19 Feb 2026 15:09:44 +0000 (-0500) Subject: tentacle: qa/rgw: bucket notifications use pynose X-Git-Tag: v20.2.1~6^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F67449%2Fhead;p=ceph.git tentacle: 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 (cherry picked from commit 915a5309a639333839829b5a554f3fdb6c560464) Signed-off-by: Adam C. Emerson --- diff --git a/src/test/rgw/bucket_notification/requirements.txt b/src/test/rgw/bucket_notification/requirements.txt index bb74eceedc39..321d6e43f22f 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