potiuk commented on a change in pull request #6950: [AIRFLOW-6392] Remove
cyclic dependency baseoperator <-> helpers
URL: https://github.com/apache/airflow/pull/6950#discussion_r362010644
##########
File path: tests/models/test_baseoperator.py
##########
@@ -241,7 +243,46 @@ def test_default_resources(self):
task = DummyOperator(task_id="default-resources")
self.assertIsNone(task.resources)
+ # noinspection PyUnresolvedReferences
Review comment:
https://issues.apache.org/jira/browse/AIRFLOW-6406
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services