HyukjinKwon commented on code in PR #49666:
URL: https://github.com/apache/spark/pull/49666#discussion_r1929493615


##########
python/pyspark/ml/tests/connect/test_connect_evaluation.py:
##########
@@ -20,15 +20,15 @@
 
 from pyspark.sql import SparkSession
 from pyspark.testing.connectutils import should_test_connect, 
connect_requirement_message
-from pyspark.testing.utils import have_torcheval, torcheval_requirement_message
 
 if should_test_connect:
     from pyspark.ml.tests.connect.test_legacy_mode_evaluation import 
EvaluationTestsMixin
 
-    @unittest.skipIf(
-        not should_test_connect or not have_torcheval,
-        connect_requirement_message or torcheval_requirement_message,
-    )
+    # @unittest.skipIf(
+    #     not should_test_connect or not have_torcheval,
+    #     connect_requirement_message or torcheval_requirement_message,
+    # )

Review Comment:
   ```suggestion
   ```



-- 
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]

Reply via email to