diff --git a/.woodpecker/pipeline.yml b/.woodpecker/pipeline.yml index 439a4c4..00bb2b0 100644 --- a/.woodpecker/pipeline.yml +++ b/.woodpecker/pipeline.yml @@ -92,7 +92,7 @@ steps: depends_on: [deps] commands: - pip install uv - - uv run --no-sync pytest tests/integration/ -v + - uv run --no-sync pytest tests/integration/ -v --no-cov - name: test-e2e image: python:3.13