radujica commented on PR #45073: URL: https://github.com/apache/airflow/pull/45073#issuecomment-2554577838
Thank you for the swift input both :) Had lazily assumed I could just use `conda` but clearly it misses something that `uv` does not, as the error went away after using `uv`. For posterity, this works fine on my mac: ```bash uv venv uv sync --extra devel uv run pytest tests/models/test_dagbag.py::TestDagBag::test_dagbag_dag_collection ``` Never used `uv` before and funny enough, it seems to override what `conda` does, i.e. I created a new conda env and installed pytest inside however pytest still points to the pytest installed by uv "outside" the conda env. Anyway, will update PR with test soon enough. -- 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]
