web-platform-tests / rfcs

web-platform-tests RFCs
75 stars 63 forks source link

RFC 70: Add Python3 WebSockets dependency for WebDriver Bidi tests #70

Closed k7z45 closed 3 years ago

k7z45 commented 3 years ago

RFC for https://github.com/web-platform-tests/wpt/issues/26015. @stephenmcgruer @Hexcles @foolip @gsnedders @jgraham @zcorpan

foolip commented 3 years ago

@sadym-chromium and I added some tests in https://github.com/sadym-chromium/WebDriverBiDiServerExperiments/tree/5be157aaaaada7ca8bf44ac2ffcb1c275b01da8e/bidiClient using Python 3, and happily we picked the same library being proposed here, https://github.com/aaugustin/websockets.

jgraham commented 3 years ago

I think on the basis that we're going to allow Py3-only code in a couple of weeks we can merge this but defer the implementation until then. I'll leave a couple of days in case there are objections to that plan.