Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uv/tests: tweak toolchain_find test #4523

Merged
merged 1 commit into from
Jun 25, 2024
Merged

Conversation

BurntSushi
Copy link
Member

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!

@BurntSushi BurntSushi requested a review from zanieb June 25, 2024 17:02
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!
@BurntSushi BurntSushi force-pushed the ag/fix-toolchain-find-test branch from 905981a to 44e1310 Compare June 25, 2024 17:05
@zanieb zanieb added internal A refactor or improvement that is not user-facing testing Internal testing of behavior labels Jun 25, 2024
@BurntSushi BurntSushi merged commit 3379e4c into main Jun 25, 2024
47 checks passed
@BurntSushi BurntSushi deleted the ag/fix-toolchain-find-test branch June 25, 2024 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal A refactor or improvement that is not user-facing testing Internal testing of behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants