From: Casey Bodley Date: Thu, 19 Feb 2026 15:09:44 +0000 (-0500) Subject: qa/rgw: bucket notifications use pynose X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F67423%2Fhead;p=ceph.git 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 --- 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