Skip to content

Commit

Permalink
fix large_gpu_mark reason
Browse files Browse the repository at this point in the history
Signed-off-by: Isotr0py <[email protected]>
  • Loading branch information
Isotr0py committed Nov 6, 2024
1 parent 4be3a45 commit ec5073e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ def large_gpu_mark(min_gb: int) -> pytest.MarkDecorator:

return pytest.mark.skipif(
memory_gb < min_gb,
reason=f"Need at least {memory_gb}GB GPU memory to run the test.",
reason=f"Need at least {min_gb}GB GPU memory to run the test.",
)


Expand Down

0 comments on commit ec5073e

Please sign in to comment.