Lee-W commented on PR #68717: URL: https://github.com/apache/airflow/pull/68717#issuecomment-4767254523
> CI failing for the below reasons:- > > In `airflow-core/tests/unit/plugins/test_plugins_manager.py#L82` > > The new `business_day_window.py` example plugin makes this 11, not 10 — this is what's failing CI (assert 11 == 10). > > `assert len(plugins) == 11` > > In `airflow-core/tests/unit/plugins/test_plugins_manager.py#L105` > > Same cause here, now four examples load, not three (assert 4 == 3). Bump the count and the comment. > > `assert len(plugins) == 4` # four are loaded from examples thanks, just fixed -- 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]
