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


##########
python/pyspark/pandas/tests/test_dataframe_conversion.py:
##########
@@ -90,7 +90,6 @@ def get_excel_dfs(pandas_on_spark_location, pandas_location):
             "expected": pd.read_excel(pandas_location, index_col=0),
         }
 
-    @unittest.skip("openpyxl")
     def test_to_excel(self):

Review Comment:
   Actually PyPy is not tested with Pandas API on Spark per 
https://github.com/apache/spark/blob/master/dev/sparktestsupport/modules.py#L663-L667
 because pyarrow, etc are not available with PyPy. Should probably docunent it 
somewhere but let's do that separately.



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