Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/22061#discussion_r209669049
--- 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 --
Just wondering why not replace python3.4 now? From the steps in jira, there
will be a symlink for 3.4 -> 3.5 so it would be running the same tests twice
right?
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]