potiuk commented on a change in pull request #19210:
URL: https://github.com/apache/airflow/pull/19210#discussion_r751159987
##########
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:
It's the #19189 - but I will take your comments and answer here and
address them 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]