Skip to content

Commit 8fcb78f

Browse files
nepetcdecker
authored andcommitted
py: Add PYTEST_OPTS to the check task
Signed-off-by: Peter Neuroth <[email protected]>
1 parent c4d53aa commit 8fcb78f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/gl-client-py/.tasks.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@ version: '3'
22

33
tasks:
44
check:
5+
env:
6+
PYTEST_OPTS: "-vvv"
57
cmds:
6-
- uv run pytest -vvv tests
8+
- uv run pytest tests $PYTEST_OPTS
79

810
build:
911
cmds:

0 commit comments

Comments
 (0)