You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/08/09 12:30:30 UTC

[GitHub] [airflow] uranusjr commented on pull request #17505: Use pytest.param in pytest.mark.parametrized

uranusjr commented on pull request #17505:
URL: https://github.com/apache/airflow/pull/17505#issuecomment-895183239


   Ah, I think I know why. `schedule_interval` has always been wrong (since we switched to pytest), but since timetables are currently created lazily in `main` (when the scheduler needs it), `schedule_interval` is never used anywhere. But since #17414 creates timetables eagerly, a wrong `schedule_interval` type now fails immediately, surfacing the issue.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org