Skip to content

Adding uv to the Github CI and requirements to pyproject#452

Draft
emlynsg wants to merge 12 commits intomasterfrom
uv-nox
Draft

Adding uv to the Github CI and requirements to pyproject#452
emlynsg wants to merge 12 commits intomasterfrom
uv-nox

Conversation

@emlynsg
Copy link
Contributor

@emlynsg emlynsg commented Feb 26, 2026

This PR uses uv instead of pip in the nox routine for CI tests.
To adhere to the requirements of uv, it also includes a uv.lock file locking dependencies for CI reproducibility, and has merged requirements into the pyproject.toml file in line with PEP best practice (https://packaging.python.org/en/latest/specifications/pyproject-toml/).
The installation process remains the same with this change.
My understanding is that dependabot will work as-is with the same configuration.

@codecov
Copy link

codecov bot commented Feb 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.09%. Comparing base (c7d462a) to head (febe2ea).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #452   +/-   ##
=======================================
  Coverage   88.09%   88.09%           
=======================================
  Files          44       44           
  Lines        6449     6449           
=======================================
  Hits         5681     5681           
  Misses        768      768           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

emlynsg and others added 7 commits February 27, 2026 11:28
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@emlynsg emlynsg linked an issue Feb 27, 2026 that may be closed by this pull request
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.

Replace nox with uv in CI

1 participant