ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / pyOpenSSL / patches / 03-skip-test_connect_ex.patch
blob0983c82f9d957408c19992661306d81380fe681b
1 --- pyopenssl-24.2.1/tests/test_ssl.py.orig
2 +++ pyopenssl-24.2.1/tests/test_ssl.py
3 @@ -2387,6 +2387,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