ashb commented on a change in pull request #7276: [AIRFLOW-5391] Do not run skipped tasks when they are cleared URL: https://github.com/apache/airflow/pull/7276#discussion_r380219507
########## File path: tests/ti_deps/deps/test_trigger_rule_dep.py ########## @@ -19,6 +19,8 @@ import unittest from datetime import datetime +import mock Review comment: ```suggestion from unittest.mock import Mock ``` and change the usage. (Py3 includes mock, we should move away from using a the separate module as it's not needed) ---------------------------------------------------------------- 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
