jscheffl commented on code in PR #39999: URL: https://github.com/apache/airflow/pull/39999#discussion_r1628493479
########## tests/plugins/workday.py: ########## @@ -23,6 +23,9 @@ from __future__ import annotations -from airflow.example_dags.plugins.workday import AfterWorkdayTimetable, WorkdayTimetablePlugin +from airflow.example_dags.plugins.workday import ( + AfterWorkdayTimetable as TestAfterWorkdayTimetable, + WorkdayTimetablePlugin as TestWorkdayTimetablePlugin, +) Review Comment: Okay, in the attempt to fix all problems with pytests I reverted this and moved the examples and the test base all to example DAGs, this is no needed anymore. -- 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]
