Skip to content

Commit

Permalink
fix(test): include black dependency test for uv
Browse files Browse the repository at this point in the history
  • Loading branch information
bepri committed Jan 22, 2025
1 parent c6d68e9 commit 94d4f80
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/spread/rockcraft/plugin-uv/src/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ name = "test_uv"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.10"
dependencies = []
dependencies = [
"black>=24.10.0",
]

[project.scripts]
test-uv = "test_uv.__main__:main"
Expand Down
145 changes: 145 additions & 0 deletions tests/spread/rockcraft/plugin-uv/src/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 94d4f80

Please sign in to comment.