This is an automated email from the ASF dual-hosted git repository.

yikun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 5c9843db2b3 [SPARK-40229][PS][TEST][FOLLOWUP] Add `openpyxl` to 
`requirements.txt`
5c9843db2b3 is described below

commit 5c9843db2b3ddec0b03374df03dcaa1847941c34
Author: Dongjoon Hyun <dongj...@apache.org>
AuthorDate: Fri Oct 28 19:05:38 2022 +0800

    [SPARK-40229][PS][TEST][FOLLOWUP] Add `openpyxl` to `requirements.txt`
    
    ### What changes were proposed in this pull request?
    
    This is a follow-up of https://github.com/apache/spark/pull/37671.
    
    ### Why are the changes needed?
    
    Since https://github.com/apache/spark/pull/37671 added `openpyxl` for 
PySpark test environments and re-enabled `test_to_excel` test, we need to add 
it to `requirements.txt` as PySpark test dependency explicitly.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No. This is a test dependency.
    
    ### How was this patch tested?
    
    Manually.
    
    Closes #38425 from dongjoon-hyun/SPARK-40229.
    
    Authored-by: Dongjoon Hyun <dongj...@apache.org>
    Signed-off-by: Yikun Jiang <yikunk...@gmail.com>
---
 dev/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/requirements.txt b/dev/requirements.txt
index fa4b6752f14..2f32066d6a8 100644
--- a/dev/requirements.txt
+++ b/dev/requirements.txt
@@ -13,6 +13,7 @@ matplotlib<3.3.0
 
 # PySpark test dependencies
 unittest-xml-reporting
+openpyxl
 
 # PySpark test dependencies (optional)
 coverage


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to