On 20 July 2015 at 07:49, Felipe Sateler <[email protected]> wrote: > The new 1.3.0 has a requirements.txt with websocket-client >= 0.32.0, > which is not satisfiable in debian. Example trace from docker-compose:
I'm a little confused by this because we actually patch requirements.txt to fix the dependency: 13 -websocket-client==0.32.0 14 +websocket-client>=0.18.0 In looking at upstream's integration tests, I can't see anywhere that they actually test websocket support, so my plans to write a DEP8 test for this package (eventually) for running those wouldn't even catch bugs with websockets. I'm working on some simple code to try and test this support now to see what's wrong and whether we have an easy fix. ♥, - Tianon 4096R / B42F 6819 007F 00F8 8E36 4FD4 036A 9C25 BF35 7DD4 _______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

