Github user shaneknapp commented on a diff in the pull request:
https://github.com/apache/spark/pull/22061#discussion_r209017243
--- Diff: python/run-tests.py ---
@@ -162,7 +162,7 @@ def run_individual_python_test(target_dir, test_name,
pyspark_python):
def get_default_python_executables():
- python_execs = [x for x in ["python2.7", "python3.4", "pypy"] if
which(x)]
+ python_execs = [x for x in ["python2.7", "python3.4", "python3.5",
"pypy"] if which(x)]
--- End diff --
i will push another commit at some point in the future to remove the
reference to python3.4.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]