itholic commented on code in PR #44778:
URL: https://github.com/apache/spark/pull/44778#discussion_r1458186175
##########
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:
What about using `# doctest: +SKIP`? The functions in
`pyspark.testing.utils` are also have their corresponding UTs, so I think it
should be fine to skip the doctest.
--
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]