WebSocket-for-Python icon indicating copy to clipboard operation
WebSocket-for-Python copied to clipboard

Travel CI test failed (tornadox-5.x require python-3.4+)

Open dictoss opened this issue 7 years ago • 2 comments

Travel CI test failed. https://travis-ci.org/Lawouach/WebSocket-for-Python/builds/409454320?utm_source=github_status&utm_medium=notification

This test passed python2.7 and python3.5, failed python3.3.

The Travel CI test use tornado-5.1.1, but not supported python-3.3. (tornado-5 require python3.4+)

In my opinion, install to exclude tronado-5.x in py3kreqs.txt .

-tornado>=4.2.3 +tornado>=4.2.3,<5.0.0

dictoss avatar Dec 15 '18 09:12 dictoss

Add tornado version info.

https://pypi.org/project/tornado/5.1.1/ Programming Language Python :: 2 Python :: 2.7 Python :: 3 Python :: 3.4 Python :: 3.5 Python :: 3.6 Python :: 3.7 Python :: Implementation :: CPython Python :: Implementation :: PyPy

https://pypi.org/project/tornado/4.5.3/ Programming Language Python :: 2 Python :: 2.7 Python :: 3 Python :: 3.3 <---- notice !! Python :: 3.4 Python :: 3.5 Python :: 3.6 Python :: Implementation :: CPython Python :: Implementation :: PyPy

dictoss avatar Dec 15 '18 09:12 dictoss

this will be fixed very soon

auvipy avatar May 21 '23 10:05 auvipy