ashb commented on PR #43076:
URL: https://github.com/apache/airflow/pull/43076#issuecomment-2442810509

   Okay, we should be getting there now.
   
   Mypy should be happy, most of tests/models should pass
   
   ```
   FAILED tests/models/test_mappedoperator.py::test_task_mapping_default_args - 
AssertionError: assert equals failed
     'airflow'  'test'
   FAILED 
tests/models/test_mappedoperator.py::test_task_mapping_override_default_args - 
AssertionError: assert equals failed
     DateTime(2016, 1, 1, 0, 0, 0, tzinfo=Timezone('UTC'))               
DateTime(2024, 10, 28, 22, 38, 58, 228687, tzinfo=Timezone('UTC'))
   FAILED 
tests/models/test_mappedoperator.py::test_mapped_task_applies_default_args_classic
 - assert equals failed
     None                              datetime.timedelta(seconds=1800)
   FAILED 
tests/models/test_renderedtifields.py::TestRenderedTaskInstanceFields::test_pandas_dataframes_works_with_the_string_compare
 - ModuleNotFoundError: No module named 'pandas'
   FAILED tests/models/test_taskinstance.py::TestTaskInstance::test_set_dag - 
RuntimeError: Operator <Task(EmptyOperator): op_1> has not been assigned to a 
DAG yet
   FAILED tests/models/test_taskinstance.py::TestTaskInstance::test_infer_dag - 
ValueError: Tried to create relationships between tasks that don't have DAGs 
yet. Set the DAG for at least one task and try again: [<Task(EmptyOperator): 
test_op_1>, <Task(EmptyOperator): test_op_2>]
   FAILED 
tests/models/test_taskinstance.py::TestTaskInstance::test_handle_failure - 
AttributeError: 'NoneType' object has no attribute 'args'
   FAILED 
tests/models/test_taskinstance.py::test_lazy_xcom_access_does_not_pickle_session
 - RuntimeError: unknown backend None
   ```


-- 
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]

Reply via email to