]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
Fix CI deprecation warning
authorDimitri Papadopoulos Orfanos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Sat, 19 Oct 2024 15:47:25 +0000 (17:47 +0200)
committerDimitri Papadopoulos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
Tue, 7 Jan 2025 17:44:23 +0000 (18:44 +0100)
commit51b1367f0be6f9dad66c8ecec0f983100d9cde98
tree0c3996ceb1cac5dc23024fe3ec0b7287768cac2d
parent6d77b453b041228d912d4952a4e04c41feec95d1
Fix CI deprecation warning

fake-cisco-server.py:205: DeprecationWarning: ssl.SSLContext() without protocol argument is deprecated.
fake-cisco-server.py:205: DeprecationWarning: ssl.PROTOCOL_TLS is deprecated

All ssl.PROTOCOL_TLS* constants have been added in Python 3.6, and
the default PROTOCOL_TLS has been deprecated since Python 3.10.

Signed-off-by: Dimitri Papadopoulos Orfanos <3350651-DimitriPapadopoulos@users.noreply.gitlab.com>
tests/fake-cisco-server.py