]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/log
s3-tests.git
7 weeks agos3: replace deprecated ssl.wrap_socket() ceph-squid
Casey Bodley [Thu, 9 Apr 2026 15:49:20 +0000 (11:49 -0400)]
s3: replace deprecated ssl.wrap_socket()

this was deprecated in python 3.7 and removed in 3.12

Fixes: https://tracker.ceph.com/issues/75943
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 54796a4965436bf85ffe635411d856f2f4935afe)

6 months agofunctional: fix invalid escape sequence deprication warning
Kyr Shatskyy [Fri, 21 Nov 2025 19:54:20 +0000 (20:54 +0100)]
functional: fix invalid escape sequence deprication warning

This change address multiple messages in the log:

    DeprecationWarning: invalid escape sequence '\$'

Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@clyso.com>
(cherry picked from commit f3fc14f42ee37e21afc890a3a3b4b15c5c39170a)