potiuk commented on PR #46140: URL: https://github.com/apache/airflow/pull/46140#issuecomment-2643067728
Ok. I think I know what the problem was. I pushed a fixup. The problem was that `uv run` to run the pytest command creates automatically a complete local venv - which is not needed (and a bit harmful if some libraries cannot be installed). But we already have an environemtn there with all the libraries needed, so we should use that one, rather than create a new one -- 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]
