HyukjinKwon commented on a change in pull request #30309:
URL: https://github.com/apache/spark/pull/30309#discussion_r524319436
##########
File path: python/pyspark/util.py
##########
@@ -183,6 +325,8 @@ def __del__(self):
if __name__ == "__main__":
import doctest
- (failure_count, test_count) = doctest.testmod()
- if failure_count:
- sys.exit(-1)
+
+ if "pypy" not in platform.python_implementation().lower() and
sys.version_info[:2] >= (3, 7):
Review comment:
@viirya, let me just skip the tests here. Seems like it's tricky to
conditionally skip the tests.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]