:q
This commit is contained in:
@@ -4,6 +4,7 @@ ChangeLog
|
||||
- 0.26.0
|
||||
|
||||
- all WebSocketException provide message string (#152)
|
||||
- fixed tests fail when not connected to the network (#155)
|
||||
|
||||
- 0.25.0
|
||||
|
||||
|
@@ -31,8 +31,7 @@ from websocket._utils import validate_utf8
|
||||
|
||||
|
||||
# Skip test to access the internet.
|
||||
# TEST_WITH_INTERNET = False
|
||||
TEST_WITH_INTERNET = True
|
||||
TEST_WITH_INTERNET = False
|
||||
|
||||
# Skip Secure WebSocket test.
|
||||
TEST_SECURE_WS = False
|
||||
|
Reference in New Issue
Block a user