Skip to content
4 changes: 1 addition & 3 deletions taskfiles/tests/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ tasks:
cache-clear:
dir: "{{.G_INTEGRATION_TESTS_DIR}}"
cmds:
- >-
uv run python -m pytest --cache-clear --collect-only --override-ini addopts="" --quiet
> /dev/null
- "rm -rf .pytest_cache"

core:
deps:
Expand Down
Loading