[
https://issues.apache.org/jira/browse/AIRFLOW-4885?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16877447#comment-16877447
]
ASF subversion and git services commented on AIRFLOW-4885:
----------------------------------------------------------
Commit 7448d3c0cd85770021c230bbea33f758718e300b in airflow's branch
refs/heads/master from Jarek Potiuk
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=7448d3c ]
[AIRFLOW-4885] Add virtualenv dependency (#5518)
> Virtualenv dependency is needed by PythonVirtualenvOperator
> -----------------------------------------------------------
>
> Key: AIRFLOW-4885
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4885
> Project: Apache Airflow
> Issue Type: Bug
> Components: dependencies
> Affects Versions: 1.10.3, 1.10.4
> Reporter: Jarek Potiuk
> Priority: Major
> Fix For: 1.10.5
>
>
> We have no "virtualenv" dependency defined, but it is needed by
> PythonVirtualenvOperator - it nieeds virtualenv even if migrated to Python
> 3.x because it needs to run other python versions (even 2.7) - so venv does
> not help.
> It was not detected before because current CI installs virtualenv. The new CI
> - as implemented in AIRFLOW-3718 does not install virtualenv and it was
> detected then.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)