Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
uv/tests: tweak toolchain_find test (#4523)
I was getting this test failure locally on my Archlinux system: ``` -old snapshot +new results 0 0 │ success: true 1 1 │ exit_code: 0 2 2 │ ----- stdout ----- 3 │-[PYTHON-3.12] 3 │+/usr/bin/python3 4 4 │ 5 5 │ ----- stderr ----- ``` Where I have `/usr/bin/python3` and `/usr/bin/python3.12`. Thanks @zanieb for the help with figuring out the fix here!
- Loading branch information