We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e1a334 commit 261902eCopy full SHA for 261902e
1 file changed
tests/python/test_events.py
@@ -1176,6 +1176,7 @@ def test_legacy_create_unix_server_ssl_verified(self):
1176
with test_utils.force_legacy_ssl_support():
1177
self.test_create_unix_server_ssl_verified()
1178
1179
+ @pytest.mark.xfail(sys.version_info > (3, 7), reason="XXX to be investigated")
1180
@unittest.skipIf(ssl is None, 'No ssl module')
1181
def test_create_server_ssl_verified(self):
1182
proto = MyProto(loop=self.loop)
0 commit comments