You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug 1689501 [wpt PR 27379] - [python3] Remove Python 2 tasks from the CI, a=testonly
Automatic update from web-platform-tests
[python3] Bring py3-flake8.ini up-to-date with py27-flake8.ini
--
[taskcluster] Remove python2 tasks from Taskcluster CI
Step 3 of https://github.com/web-platform-tests/rfcs/blob/master/rfcs/py_3.md
--
[Azure Pipelines] Remove Python 2 from Azure Pipelines CI
Step 3 of https://github.com/web-platform-tests/rfcs/blob/master/rfcs/py_3.md
--
[python3] Update the bare minimum docs for dropping Py2 support
There are probably references still remaining to Python 2, but this
should remove the most egregious cases.
--
wpt-commits: a3e8c672b0f5c63f0023d0f69871785788f85c2d, 7abcd71cdc84a5d17047079a1daceb04edb2da3e, 6b197f497940666c041294367adf52eddb2faa25, cc214bb6cd8a525ea104c7311e9f2f3b0cb65fbd
wpt-pr: 27379
Copy file name to clipboardexpand all lines: testing/web-platform/tests/docs/writing-tests/h2tests.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Writing H2 Tests
2
2
3
-
> <b>Important:</b> The HTTP/2.0 server requires you to have Python 2.7.10+
4
-
and OpenSSL 1.0.2+. This is because HTTP/2.0 is negotiated using the
3
+
> <b>Important:</b> The HTTP/2.0 server requires you to have
4
+
OpenSSL 1.0.2+. This is because HTTP/2.0 is negotiated using the
5
5
[TLS ALPN](https://tools.ietf.org/html/rfc7301) extension, which is only supported in [OpenSSL 1.0.2](https://www.openssl.org/news/openssl-1.0.2-notes.html) and up.
6
6
7
7
These instructions assume you are already familiar with the testing
@@ -153,4 +153,4 @@ the HEADER and CONTINUATION frames are constructed in the same way.
153
153
Ends the stream with the given ID, or the one that request was made on if no ID given.
154
154
155
155
- <b>Parameters</b>
156
-
- <b>stream_id</b>: Id of stream to send frame on. Will use the request stream ID if None
156
+
- <b>stream_id</b>: Id of stream to send frame on. Will use the request stream ID if None
0 commit comments