potiuk commented on a change in pull request #19210:
URL: https://github.com/apache/airflow/pull/19210#discussion_r751158763
##########
File path: airflow/operators/python.py
##########
@@ -380,6 +390,8 @@ def __init__(
self.requirements.append('lazy-object-proxy')
if self.use_dill and 'dill' not in self.requirements:
self.requirements.append('dill')
+ # Only allows to use clone_virtualenv_packages if no python version is
specified
+ self.clone_virtualenv_packages = clone_airflow_virtualenv if not
python_version else False
Review comment:
AH yeah - that's the "previous" PR (this one is based on it) - I will
come back to it shortly and address the comments there :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]