aboutsummaryrefslogtreecommitdiffstats
path: root/test/pathod/protocols
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2017-07-25 10:03:19 +0200
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2017-07-25 10:56:24 +0200
commit4855659eebfe7b2ea965daced88879277b75439c (patch)
tree5875405970865b00d50ed3bcd1f5ef10e3b8d7de /test/pathod/protocols
parenta2c2b1a9cbac8d3c6cf82dadd9047adedd97fe84 (diff)
downloadmitmproxy-4855659eebfe7b2ea965daced88879277b75439c.tar.gz
mitmproxy-4855659eebfe7b2ea965daced88879277b75439c.tar.bz2
mitmproxy-4855659eebfe7b2ea965daced88879277b75439c.zip
nuke old openssl
Diffstat (limited to 'test/pathod/protocols')
-rw-r--r--test/pathod/protocols/test_http2.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/pathod/protocols/test_http2.py b/test/pathod/protocols/test_http2.py
index c16a6d40..b1eebc73 100644
--- a/test/pathod/protocols/test_http2.py
+++ b/test/pathod/protocols/test_http2.py
@@ -11,8 +11,6 @@ from ...mitmproxy.net import tservers as net_tservers
from pathod.protocols.http2 import HTTP2StateProtocol, TCPHandler
-from ...conftest import requires_alpn
-
class TestTCPHandlerWrapper:
def test_wrapped(self):
@@ -68,7 +66,6 @@ class TestProtocol:
assert mock_server_method.called
-@requires_alpn
class TestCheckALPNMatch(net_tservers.ServerTestBase):
handler = EchoHandler
ssl = dict(
@@ -83,7 +80,6 @@ class TestCheckALPNMatch(net_tservers.ServerTestBase):
assert protocol.check_alpn()
-@requires_alpn
class TestCheckALPNMismatch(net_tservers.ServerTestBase):
handler = EchoHandler
ssl = dict(