panbingkun commented on code in PR #44778:
URL: https://github.com/apache/spark/pull/44778#discussion_r1458179223
##########
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:
The reason why this place is different from other places is that there are
some `doctests` in `pyspark.testing.utils`. When I tried adding
`@unittest.skipIf(not have_pyarrow, pyarrow_requirement_message)` to the main
method, it didn't seem to work.
--
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]