oz123 / pytest-localftpserver

A PyTest plugin which gives you a local ftp server for your tests
Other
16 stars 9 forks source link

Use `PROTOCOL_TLS_CLIENT` in favour of `PROTOCOL_TLS` #304

Closed milanmlft closed 2 months ago

milanmlft commented 5 months ago

PROTOCOL_TLS was deprecated in ssl v3.10. Fixes #303

oz123 commented 5 months ago

@milanmlft thank you for your contribution. Can you please take a look why the tests fail?