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

Pin tox and uv versions, to fix CI #335

Merged
merged 6 commits into from
Aug 21, 2024
Merged

Pin tox and uv versions, to fix CI #335

merged 6 commits into from
Aug 21, 2024

Conversation

john-kurkowski
Copy link
Owner

@john-kurkowski john-kurkowski commented Aug 20, 2024

Work around regression introduced in newer tox, tox-uv, and uv. Most test runners work as before, while on the Windows pypy3.8 test runner, the newer tool versions fail to find the target version of Python. Fixes error in CI, pypy38: skipped because could not find python interpreter with spec(s): C:\hostedtoolcache\windows\PyPy\3.8.16\x86\python.exe. See CI for e624fdc.

@john-kurkowski john-kurkowski changed the title Pin uv version Pin tox and uv versions, to fix CI Aug 20, 2024
@john-kurkowski john-kurkowski marked this pull request as ready for review August 21, 2024 00:39
@john-kurkowski john-kurkowski merged commit b7f5aae into master Aug 21, 2024
27 checks passed
@john-kurkowski john-kurkowski deleted the pin-uv branch August 21, 2024 00:50
@john-kurkowski
Copy link
Owner Author

I'm trying to roll forward with the newer tool versions in #336.

john-kurkowski added a commit that referenced this pull request Aug 21, 2024
Prefer to roll forward with newer versions of these tools.

This reverts commit b7f5aae.
@john-kurkowski
Copy link
Owner Author

Looks like the original CI error is tracked upstream in astral-sh/uv#5730.

john-kurkowski added a commit that referenced this pull request Nov 4, 2024
Prefer to roll forward with newer versions of these tools. This library no longer supports Python 3.8, so the CI issue with newer tool versions no longer happens.

This reverts commit b7f5aae.
john-kurkowski added a commit that referenced this pull request Nov 4, 2024
Instead of #335's rollback of tool versions, trying to roll forward. This library no longer supports Python 3.8, so the CI issue with newer tool versions no longer happens.

This reverts commit b7f5aae.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant