Package: python-websockets / 3.2-2

Metadata

Package Version Patches format
python-websockets 3.2-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Fix tests on Python 3.5.2.patch | (download)

websockets/test_protocol.py | 10 8 + 2 - 0 !
1 file changed, 8 insertions(+), 2 deletions(-)

 fix tests on python 3.5.2

get_extra_info is called with 'sslcontext' before being called as
expected. Adapt the tests accordingly.

Close #123