HyukjinKwon commented on code in PR #44778:
URL: https://github.com/apache/spark/pull/44778#discussion_r1462873767
##########
dev/sparktestsupport/modules.py:
##########
@@ -542,6 +542,10 @@ def __hash__(self):
"pyspark.testing.utils",
"pyspark.testing.pandasutils",
],
+ excluded_python_implementations=[
+ "PyPy" # Skip these tests under PyPy since they require numpy,
pandas, and pyarrow and
Review Comment:
can we remove `PyPy` here, and make the tests skipped properly?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]