You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/test_sockets.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ def __enter__(self):
78
78
try:
79
79
importwebsockify# type: ignore
80
80
exceptModuleNotFoundError:
81
-
raiseException('Unable to import module websockify. Run "python3 -m pip install websockify" or set environment variable EMTEST_LACKS_PYTHON_WEBSOCKIFY=1 to skip this test.')
81
+
raiseException('Unable to import module websockify. Run "python3 -m pip install websockify" or set environment variable EMTEST_LACKS_PYTHON_WEBSOCKIFY=1 to skip this test.')fromNone
82
82
83
83
# start the websocket proxy
84
84
print('running websockify on %d, forward to tcp %d'% (self.listen_port, self.target_port), file=sys.stderr)
0 commit comments