dev: Converts project to using uv as the package manager#236
Closed
asullivan-blze wants to merge 2 commits into
Closed
dev: Converts project to using uv as the package manager#236asullivan-blze wants to merge 2 commits into
uv as the package manager#236asullivan-blze wants to merge 2 commits into
Conversation
This commit: - Converts the project to using `uv`, with the Makefile and CI preferring to use versions as specified in `uv.lock`. - Opts to just delete the built docs directories directly instead of using the Makefile in `docs/`. - Removes useless Makefile dependency for the `docs` target on `develop` (opting to just directly sync the venv with the correct group). - Bumps pyright, since it was having issues parsing the grouped dependency format in `pyproject.toml`. - Raises the floor for `pytest` to `9.0.3` to address CVE-2025-71176. - Updates the CI workflows to account for the changeover to uv. --- Internal reference: OPSYSENG-1733
df86c5e to
0c765d8
Compare
…mposite workflow)
Contributor
Author
|
Investigating the Snyk issues out-of-band; seems to be some Snyk-side issues. My scientific, wild approximate guess is that it's probably some parsing issue with the PEP 735 dependency group include syntax, given that |
Contributor
Author
|
Closing, then recreating this PR, as the Snyk documentation on this error suggests to try. |
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.
What and why?
This PR:
uv, with the Makefile and CI preferring to use versions as specified inuv.lock.docs/.docstarget ondevelop(opting to just directly sync the venv with the correct group).pyproject.toml.pytestto9.0.3to address CVE-2025-71176.Internal reference: OPSYSENG-1733
How was this tested?
make test; and with this PR, the CI/CD actions will also execute.Checklist
versionin the[project]section ofthe
pyproject.tomlfile (if applicable)?-> Not applicable; no substantive code changes requiring a bump of the package version are present in this changeset.