jorisvandenbossche commented on PR #37821: URL: https://github.com/apache/arrow/pull/37821#issuecomment-1801608565
It might also be that the test needs to be skipped when running on emscripten? The test is using stdlib `signal.raise_signal` (and the python docs mention that for emscripten "signals are emulated and therefore behave differently."), `threading` (this is also not available on emscripten?) and `socket` (also not available on emscripten according to the python docs). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
