mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-02-07 08:46:30 +01:00
cleanup
This commit is contained in:
parent
d98ab542f6
commit
a275b5e65a
1 changed files with 0 additions and 5 deletions
|
@ -389,11 +389,6 @@ class TestHTTPProxy:
|
|||
('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:
|
||||
|
|
Loading…
Add table
Reference in a new issue