[
https://issues.apache.org/jira/browse/AIRFLOW-5748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16960030#comment-16960030
]
ASF subversion and git services commented on AIRFLOW-5748:
----------------------------------------------------------
Commit d601752c44d369023c04a85736bc9db8df3c0d40 in airflow's branch
refs/heads/v1-10-stable from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=d601752 ]
[AIRFLOW-5748] Remove python auto-detection (#6423)
The detection of python version is complex because we need to handle
several cases - including determining the version from image name
on DockerHub, detecting python version from python in the environment,
finally forced from python version. This caused multiple problems
with Travis where we run tests with different version (auto-detected
from current python - especially when python3 became present in
Travis' python 2.7 images. Now all the jobs in Travis have
PYTHON_VERSION forced and the code responsible for detecting current
python version has been removed as it is not needed in this case.
(cherry picked from commit 351ae4e541acec22a4cc46c5c04631c98a23727b)
> Python version is overridden in CI tests
> ----------------------------------------
>
> Key: AIRFLOW-5748
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5748
> Project: Apache Airflow
> Issue Type: Bug
> Components: ci
> Affects Versions: 2.0.0, 1.10.5
> Reporter: Jarek Potiuk
> Priority: Major
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)