kaxil commented on pull request #17349:
URL: https://github.com/apache/airflow/pull/17349#issuecomment-989862126
tests are failing:
```
=================================== FAILURES
===================================
__________________ TestPythonVirtualenvOperator.test_add_dill
__________________
self = <tests.operators.test_python.TestPythonVirtualenvOperator
testMethod=test_add_dill>
def test_add_dill(self):
def f():
import dill # noqa: F401
import lazy_object_proxy # noqa: F401
> self._run_as_operator(f, use_dill=True, system_site_packages=False)
tests/operators/test_python.py:750:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
_ _ _
tests/operators/test_python.py:742: in _run_as_operator
task.run(start_date=DEFAULT_DATE, end_date=DEFAULT_DATE)
airflow/utils/session.py:69: in wrapper
return func(*args, session=session, **kwargs)
airflow/models/baseoperator.py:1348: in run
session=session,
airflow/utils/session.py:66: in wrapper
return func(*args, **kwargs)
airflow/models/taskinstance.py:1636: in run
session=session,
airflow/utils/session.py:66: in wrapper
return func(*args, **kwargs)
airflow/models/taskinstance.py:1331: in _run_raw_task
self._execute_task_with_callbacks(context)
airflow/models/taskinstance.py:1457: in _execute_task_with_callbacks
result = self._execute_task(context, self.task)
airflow/models/taskinstance.py:1513: in _execute_task
result = execute_callable(context=context)
airflow/operators/python.py:408: in execute
return super().execute(context=serializable_context)
airflow/operators/python.py:181: in execute
return_value = self.execute_callable()
airflow/operators/python.py:460: in execute_callable
string_args_filename,
```
--
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]