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

ueshin 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 1380a3df08e [SPARK-44603] Add pyspark.testing to setup.py
1380a3df08e is described below

commit 1380a3df08e9fc9d7d50bc8dd5d7abee66d92510
Author: Amanda Liu <amanda....@databricks.com>
AuthorDate: Mon Jul 31 10:48:37 2023 -0700

    [SPARK-44603] Add pyspark.testing to setup.py
    
    ### What changes were proposed in this pull request?
    This PR adds the pyspark.testing package to the Python setup.py file.
    
    ### Why are the changes needed?
    The change ensures that the PySpark test utils are available when users pip 
install PySpark.
    
    ### Does this PR introduce _any_ user-facing change?
    Yes, the PR allows users to use the PySpark test utils.
    
    ### How was this patch tested?
    Existing tests.
    
    Closes #42231 from asl3/testing-setup.
    
    Authored-by: Amanda Liu <amanda....@databricks.com>
    Signed-off-by: Takuya UESHIN <ues...@databricks.com>
---
 python/setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/python/setup.py b/python/setup.py
index fa938b0b4ef..dc46271eea8 100755
--- a/python/setup.py
+++ b/python/setup.py
@@ -264,6 +264,7 @@ try:
             "pyspark.pandas.usage_logging",
             "pyspark.python.pyspark",
             "pyspark.python.lib",
+            "pyspark.testing",
             "pyspark.data",
             "pyspark.licenses",
             "pyspark.resource",


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

Reply via email to