itholic commented on code in PR #44778: URL: https://github.com/apache/spark/pull/44778#discussion_r1458550594
########## 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: Cool. Looks good to me. -- 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: reviews-unsubscr...@spark.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org