Skip to content

Conversation

@paddyroddy
Copy link
Collaborator

Switch from standard Python pip to uv. Need to also update the composite actions.

@paddyroddy paddyroddy self-assigned this Nov 27, 2025
@paddyroddy paddyroddy added documentation Improvements or additions to documentation enhancement New feature or request labels Nov 27, 2025
@paddyroddy paddyroddy added dependencies Pull requests that update a dependency file ci Continuous integration labels Nov 27, 2025
@paddyroddy paddyroddy requested a review from Copilot November 28, 2025 17:51
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR migrates the project from using standard Python pip/tox for dependency management to using uv, a faster Python package installer and resolver. The changes streamline the development workflow by consolidating testing tools and updating GitHub Actions workflows.

Key Changes

  • Removed tox configuration and moved pytest-cov to dev dependencies
  • Updated GitHub Actions workflows to use uv instead of pip/tox
  • Updated pre-commit hooks to a newer version that supports uv

Reviewed changes

Copilot reviewed 6 out of 8 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
pyproject.toml Removed tox configuration and related overrides; cleaned up dev dependencies by removing redundant tools and adding pytest-cov
README.md Updated installation instructions to use pip sync instead of pip install -e .
.pre-commit-config.yaml Updated pre-commit hooks version from v0.338.0 to v0.344.0
.github/workflows/test.yaml Switched from tox composite action to uv composite action; simplified cache path configuration
.github/workflows/examples.yaml Replaced setup-python with setup-uv; updated commands to use uv sync and uv run
.github/workflows/deploy.yaml Replaced setup-python with setup-uv; updated build commands to use uv

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@paddyroddy paddyroddy merged commit 7f0340a into main Nov 28, 2025
24 of 25 checks passed
@paddyroddy paddyroddy deleted the uv branch November 28, 2025 18:13
@github-project-automation github-project-automation bot moved this from TODO to Done in @paddyroddy Nov 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci Continuous integration dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants