Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dynamic = [
]
dependencies = [
"beartype==0.22.9",
"click==8.3.3",
"click==8.4.0",
"pyyaml==6.0.3",
"vws-python==2026.2.25.1",
]
Expand All @@ -42,7 +42,7 @@ optional-dependencies.dev = [
"check-manifest==0.51",
"deptry==0.25.1",
"doc8==2.0.0",
"doccmd==2026.5.16",
"doccmd==2026.5.19",
"freezegun==1.5.5",
"furo==2025.12.19",
"hadolint-bin==2.14.0; sys_platform!='win32'",
Expand Down
8 changes: 4 additions & 4 deletions tests/test_vws_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ def test_image_file_does_not_exist(
expected_stderr = dedent(
text=f"""\
Usage: vws add-target [OPTIONS]
Try 'vws add-target -h' for help.
Try 'vws add-target --help' for help.

Error: Invalid value for '--image': File '{does_not_exist_file}' does not exist.
""",
Expand Down Expand Up @@ -598,7 +598,7 @@ def test_image_file_is_dir(
expected_stderr = dedent(
text=f"""\
Usage: vws add-target [OPTIONS]
Try 'vws add-target -h' for help.
Try 'vws add-target --help' for help.

Error: Invalid value for '--image': File '{tmp_path}' is a directory.
""",
Expand Down Expand Up @@ -1233,7 +1233,7 @@ def test_image_file_does_not_exist(
expected_stderr = dedent(
text=f"""\
Usage: vws update-target [OPTIONS]
Try 'vws update-target -h' for help.
Try 'vws update-target --help' for help.

Error: Invalid value for '--image': File '{does_not_exist_file}' does not exist.
""",
Expand Down Expand Up @@ -1285,7 +1285,7 @@ def test_image_file_is_dir(
expected_stderr = dedent(
text=f"""\
Usage: vws update-target [OPTIONS]
Try 'vws update-target -h' for help.
Try 'vws update-target --help' for help.

Error: Invalid value for '--image': File '{tmp_path}' is a directory.
""",
Expand Down
16 changes: 8 additions & 8 deletions uv.lock

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

Loading