joemarshall commented on code in PR #37822: URL: https://github.com/apache/arrow/pull/37822#discussion_r1636611796
########## python/scripts/run_emscripten_tests.py: ########## Review Comment: Oh, and the other pain was running pytest on the host to gather tests requires gathering of tests to work, which requires conftest.py to work on the host machine as well as on the target pyodide. I could never get that working, because on the host conftest.py tries to import pyarrow.lib which is a compiled module. -- 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]
