potiuk commented on PR #45248: URL: https://github.com/apache/airflow/pull/45248#issuecomment-2564853900
> Thanks for the hints, I've naively tried to just run pytest :) It works as long as you have the same environment. Those instructions on running tests are explaining how to get the SAME environment to run your pytest command in - in general. To avoid "works for me" (or rather "does not work for me"). Airflow has 700+ dependencies, 3 database in 8 versions, 10 integration, kubernetes and a number of other variations - recreating it all by **just** running pytest is a nice dream (and our vision in the future with testcontainers and other things) - but so far adding tools to make things running in reproducible way is a bit more efficient (as long as you follow it). -- 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]
