Migrate tooling from tox to uv - #351
Merged
Merged
Conversation
Also upgrades uv.lock to the new policies.
Also sets a 7 day cooldown both for running `uv lock` on the cmdline and via depandabot.
eivindjahren
force-pushed
the
update_uv
branch
2 times, most recently
from
May 13, 2026 10:39
c7bbf2e to
007d25d
Compare
There was a problem hiding this comment.
Pull request overview
Migrates the project’s development/CI tooling from tox to uv, aligning Python version constraints with the uv.lock metadata and updating contributor guidance accordingly.
Changes:
- Remove
tox.iniand switch GitHub Actions (tests, docs, pre-commit) to install/run viauv. - Document
uv-based development and doc-building flows in the README. - Add
requires-pythonand[tool.uv]configuration inpyproject.toml, and extend Dependabot configuration to trackuv.lock.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
tox.ini |
Removes tox-based env orchestration. |
README.md |
Updates contributor setup and docs build instructions to use uv. |
pyproject.toml |
Adds Python version constraints and uv configuration. |
.github/workflows/testing.yml |
Replaces tox-driven test runs with uv sync + uv run pytest. |
.github/workflows/precommit.yml |
Replaces tox pre-commit invocation with uv execution. |
.github/workflows/docs.yml |
Replaces tox docs env with uv sync + uv run build steps. |
.github/dependabot.yml |
Adds Dependabot updates for the uv lockfile. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
eivindjahren
force-pushed
the
update_uv
branch
2 times, most recently
from
May 13, 2026 10:46
4da1a1e to
65413bf
Compare
Also describe using uv in README.md
dafeda
approved these changes
May 13, 2026
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.
No description provided.