potiuk commented on code in PR #48223: URL: https://github.com/apache/airflow/pull/48223#discussion_r2021194943
########## contributing-docs/testing/unit_tests.rst: ########## @@ -1336,8 +1362,8 @@ you to quickly figure out the right version without knowing the root cause of th Assume you suspect library "foo" that was downgraded from 1.0.0 to 0.1.0 is causing the problem. Bisecting technique looks like follows: -* enter breeze with ``--force-lowest-dependencies`` flag (the ``foo`` library is downgraded to 0.1.0). Your - test should fail. +* Run ``uv sync --resolution lowest-direct``(the ``foo`` library is downgraded to 0.1.0). Your test should Review Comment: Yep. One of the nice things we are going to get -- 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]
