Alwaysgaurav1 commented on code in PR #69438:
URL: https://github.com/apache/airflow/pull/69438#discussion_r3550858255
##########
providers/standard/tests/unit/standard/operators/test_python.py:
##########
@@ -2466,6 +2492,7 @@ class
TestBranchPythonVirtualenvOperator(BaseTestBranchPythonVirtualenvOperator)
@staticmethod
def default_kwargs(*, python_version=DEFAULT_PYTHON_VERSION, **kwargs):
+ kwargs["python_version"] = python_version
Review Comment:
Thanks for the review! I'm currently traveling and don't have access to my
development environment. I'll address all the feedback and update the PR as
soon as I'm back. Appreciate your patience!
--
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]