Github user BryanCutler commented on a diff in the pull request:
https://github.com/apache/spark/pull/17355#discussion_r107757313
--- Diff: python/run-tests.py ---
@@ -111,9 +111,9 @@ def run_individual_python_test(test_name,
pyspark_python):
def get_default_python_executables():
- python_execs = [x for x in ["python2.6", "python3.4", "pypy"] if
which(x)]
- if "python2.6" not in python_execs:
- LOGGER.warning("Not testing against `python2.6` because it could
not be found; falling"
+ python_execs = [x for x in ["python2.7", "python3.4", "pypy"] if
which(x)]
--- End diff --
Does this mean we are not supporting 2.6 anymore!?!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]