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

gurwls223 pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 844f207  [SPARK-31231][BUILD][FOLLOW-UP] Set the upper bound (before 
46.1.0) for setuptools in pip package test
844f207 is described below

commit 844f20779fb0c346a69ac25b3b86117c05a8c350
Author: HyukjinKwon <gurwls...@apache.org>
AuthorDate: Thu Mar 26 12:33:17 2020 +0900

    [SPARK-31231][BUILD][FOLLOW-UP] Set the upper bound (before 46.1.0) for 
setuptools in pip package test
    
    This PR is a followup of apache/spark#27995. Rather then pining setuptools 
version, it sets upper bound so Python 3.5 with branch-2.4 tests can pass too.
    
    To make the CI build stable
    
    No, dev-only change.
    
    Jenkins will test.
    
    Closes #28005 from HyukjinKwon/investigate-pip-packaging-followup.
    
    Authored-by: HyukjinKwon <gurwls...@apache.org>
    Signed-off-by: HyukjinKwon <gurwls...@apache.org>
    (cherry picked from commit 178d472e1d9f9f61fa54866d00d0a5b88ee87619)
    Signed-off-by: HyukjinKwon <gurwls...@apache.org>
---
 dev/run-pip-tests | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/run-pip-tests b/dev/run-pip-tests
index 60cf4d8..b978e1f 100755
--- a/dev/run-pip-tests
+++ b/dev/run-pip-tests
@@ -81,7 +81,7 @@ for python in "${PYTHON_EXECS[@]}"; do
     VIRTUALENV_PATH="$VIRTUALENV_BASE"/$python
     rm -rf "$VIRTUALENV_PATH"
     if [ -n "$USE_CONDA" ]; then
-      conda create -y -p "$VIRTUALENV_PATH" python=$python numpy pandas pip 
setuptools
+      conda create -y -p "$VIRTUALENV_PATH" python=$python numpy pandas pip 
"setuptools<46.1.0"
       source activate "$VIRTUALENV_PATH"
     else
       mkdir -p "$VIRTUALENV_PATH"


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

Reply via email to