perl/Module-Build-Tiny: update to 0.051 for Perl 5.36 and 5.38
[oi-userland.git] / components / python / pyOpenSSL / patches / 03-skip-test_connect_ex.patch
blob7a4f81888c67bcd5e484ca6c6039966936ffe680
1 --- pyopenssl-24.3.0/tests/test_ssl.py.orig
2 +++ pyopenssl-24.3.0/tests/test_ssl.py
3 @@ -2420,6 +2420,7 @@
4 clientSSL.connect((loopback_address(port), port.getsockname()[1]))
5 # XXX An assertion? Or something?
7 + @pytest.mark.skip(reason="usually fails: https://github.com/pyca/pyopenssl/issues/1192")
8 def test_connect_ex(self):
9 """
10 If there is a connection error, `Connection.connect_ex` returns the