Skip to content
This repository was archived by the owner on Aug 5, 2026. It is now read-only.

Migrate shared to uv-based tooling - #423

Merged
Swatinem merged 1 commit into
mainfrom
swatinem/uv-pyproject
Nov 18, 2024
Merged

Migrate shared to uv-based tooling#423
Swatinem merged 1 commit into
mainfrom
swatinem/uv-pyproject

Conversation

@Swatinem

Copy link
Copy Markdown
Contributor

This PR contains a couple of changes, happy to extract some of those into separate PRs:

  • Removes some deprecated packages used for forward-compatibility with python std
  • Removes some other dependencies that are unused or only used once for tests
  • Migrates all dependencies to pyproject.toml, and uses uv.lock as lockfile
  • Updates the docker definition and some other local project files to use uv

@SwatinemSwatinem self-assigned this Nov 13, 2024
@Swatinem
Swatinemforce-pushed the swatinem/uv-pyproject branch 2 times, most recently from 19ed95e to e70fbb0CompareNovember 13, 2024 14:16
@codecov

codecovBot commented Nov 13, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.81%. Comparing base (8aac01d) to head (2e627e5).
Report is 1 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #423 +/- ##
==========================================
- Coverage 90.43% 89.81% -0.62% 
==========================================
Files 390 324 -66 Lines 11769 9379 -2390 Branches 2063 1677 -386 ==========================================
- Hits 10643 8424 -2219 + Misses 1021 891 -130 + Partials 105 64 -41 
FlagCoverage Δ
shared-docker-uploader?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Swatinem
Swatinemforce-pushed the swatinem/uv-pyproject branch 2 times, most recently from 4dbfd0c to 0da22b8CompareNovember 13, 2024 15:24
This PR contains a couple of changes, happy to extract some of those into separate PRs:
- Removes some deprecated packages used for forward-compatibility with python std
- Removes some other dependencies that are unused or only used once for tests
- Migrates all dependencies to `pyproject.toml`, and uses `uv.lock` as lockfile
- Updates the docker definition and some other local project files to use `uv`

@michelletran-sentrymichelletran-sentry left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@Swatinem
Swatinem added this pull request to the merge queueNov 18, 2024
Merged via the queue into main with commit 511b553Nov 18, 2024
@Swatinem
Swatinem deleted the swatinem/uv-pyproject branch November 18, 2024 08:41
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Swatinem@michelletran-sentry