Skip to content

Commit

Permalink
Bug 1672544 [wpt PR 26186] - Minor change on http compatibility state…
Browse files Browse the repository at this point in the history
…ment, a=testonly

Automatic update from web-platform-tests
Minor change on http compatibility statement (#26186)

--

wpt-commits: 08d3be256f479ee4a687514e544129d564cc7a86
wpt-pr: 26186
  • Loading branch information
ziransun authored and moz-wptsync-bot committed Oct 26, 2020
1 parent 82cfa69 commit 3ca758b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def assert_multiple_headers(self, resp, name, values):
assert resp.info()[name] == ", ".join(values)


@pytest.mark.skipif(not wptserve.utils.http2_compatible(), reason="h2 server only works in python 2.7.15")
@pytest.mark.skipif(not wptserve.utils.http2_compatible(), reason="h2 server only works in python 2.7.10+ and Python 3.6+")
class TestUsingH2Server:
def setup_method(self, test_method):
self.server = wptserve.server.WebTestHttpd(host="localhost",
Expand Down

0 comments on commit 3ca758b

Please sign in to comment.