From a275b5e65ac277907546db67260bef2879b1497c Mon Sep 17 00:00:00 2001 From: coletdjnz Date: Sat, 18 May 2024 17:44:10 +1200 Subject: [PATCH] cleanup --- test/test_http_proxy.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/test_http_proxy.py b/test/test_http_proxy.py index 99c9c73aa..e045fd39b 100644 --- a/test/test_http_proxy.py +++ b/test/test_http_proxy.py @@ -389,11 +389,6 @@ def test_http_with_idn(self, handler, ctx): ('Websockets', 'ws'), ('Websockets', 'wss') ], indirect=True) -# @pytest.mark.skip_handler_if( -# 'Websockets', lambda request: -# (platform.python_implementation() == 'PyPy' -# and request.getfixturevalue('ctx').REQUEST_PROTO == 'wss'), -# 'PyPy sometimes fails with wss tests, unknown reason') class TestHTTPConnectProxy: def test_http_connect_no_auth(self, handler, ctx): with ctx.http_server(HTTPConnectProxyHandler) as server_address: