chore: Move script running to uv#6439
Draft
sl0thentr0py wants to merge 1 commit into
Draft
Conversation
Contributor
Codecov Results 📊✅ 67 passed | Total: 67 | Pass Rate: 100% | Execution Time: 7.74s All tests are passing successfully. ✅ Patch coverage is 100.00%. Project has 14837 uncovered lines. Generated by Codecov Action |
fafa7d0 to
fbb37f3
Compare
6 tasks
sl0thentr0py
commented
May 28, 2026
| # https://github.com/boto/botocore/blob/develop/setup.cfg | ||
| # So we pin this here to make our Lambda layer work with | ||
| # Lambda Function using Python 3.7+ | ||
| "urllib3<1.27; python_version < '3.10'", |
Member
Author
There was a problem hiding this comment.
fwiw, we are never creating the lambda layer with older pythons anymore, so this will never fire. I'm not even sure how our layers work right now.
* Invoke `find_raise_from_none` with uv * Remove `linters` from `tox` completely * Remove unused `ready_yet` * Invoke `populate_tox` and `split_tox_gh_actions` with uv * Move `apidocs` to uv * Move from `make build` to `uv build` (verification of contents below) * Move from `make aws-lambda-layer` to uv * Remove `Makefile` completely * Remove unused `dist-serverless` from github workflows ⏺ Sdist contents identical too — the 9-byte difference is just tarball/gzip metadata (timestamps, header). Final summary: Artifact: Wheel filename make dist: sentry_sdk-2.61.0-py3-none-any.whl uv build: same Diff: ✓ ──────────────────────────────────────── Artifact: Wheel bytes make dist: 483,104 uv build: 483,104 Diff: ✓ identical ──────────────────────────────────────── Artifact: Wheel contents make dist: — uv build: — Diff: ✓ identical (recursive diff clean) ──────────────────────────────────────── Artifact: Sdist filename make dist: sentry_sdk-2.61.0.tar.gz uv build: same Diff: ✓ ──────────────────────────────────────── Artifact: Sdist file list make dist: — uv build: — Diff: ✓ identical ──────────────────────────────────────── Artifact: Sdist contents make dist: — uv build: — Diff: ✓ identical (recursive diff clean) ──────────────────────────────────────── Artifact: Sdist bytes make dist: 459,825 uv build: 459,834 Diff: tarball metadata only (9 bytes)
fbb37f3 to
1034f77
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
find_raise_from_nonewith uvlintersfromtoxcompletelyready_yetpopulate_toxandsplit_tox_gh_actionswith uvapidocsto uvmake buildtouv build(verification of contents below)make aws-lambda-layerto uvMakefilecompletelydist-serverlessfrom github workflowsContent verification of
make dist->uv build