potiuk commented on PR #58937:
URL: https://github.com/apache/airflow/pull/58937#issuecomment-3601921377
> I was thinking of adding an autouse fixture that mocks get_airflow_version
to return a fixed version ("2.10.0"). This would prevent file reads during
parallel execution.
But that would not **really** test the method. What we are really testing
here are the context managers that replace version in the `__init__.py` and
`__pyproject__.toml` and what we **really** want to test is if that replacement
works :)
--
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]