GoogleChromeLabs / pywebsocket3

BSD 3-Clause "New" or "Revised" License
44 stars 32 forks source link

test_http_header_util.test_parse_invalid_uri fails in python nightly (3.10.X) #14

Closed quasi-mod closed 3 years ago

quasi-mod commented 4 years ago

Travis CI fails when executing test_http_header_util.test_parse_invalid_uri on python version nightly. (execution detail)

It seems like something has changed in urllib.parse.urlparse, but since this is still a nightly build and nothing is supposed to be changed with urllib (reference here), nothing should be done until anything is confirmed (or fixed).

ricea commented 3 years ago

Fixed in #22. It was actually a version comparison issue ('3.10.X' < '3.8.X').