You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/03/24 18:56:56 UTC

[spark] branch branch-2.4 updated: Revert "[SPARK-31231][BUILD] Explicitly setuptools version as 46.0.0 in pip package test"

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

dongjoon 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 e37f664  Revert "[SPARK-31231][BUILD] Explicitly setuptools version as 46.0.0 in pip package test"
e37f664 is described below

commit e37f66420bbb73da1a1a4d3ad02b175eedbb5052
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Tue Mar 24 11:55:57 2020 -0700

    Revert "[SPARK-31231][BUILD] Explicitly setuptools version as 46.0.0 in pip package test"
    
    This reverts commit 223b9fb1eadeba0e05b1a300512c31c4f99f41e8.
    
    Signed-off-by: Dongjoon Hyun <do...@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 f9cd94d..60cf4d8 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=46.0.0
+      conda create -y -p "$VIRTUALENV_PATH" python=$python numpy pandas pip setuptools
       source activate "$VIRTUALENV_PATH"
     else
       mkdir -p "$VIRTUALENV_PATH"


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