From ee28db684f23386611a2fa1f488399b0bb3bb0b8 Mon Sep 17 00:00:00 2001 From: Celes Renata Date: Sat, 18 Apr 2026 21:05:16 +0000 Subject: [PATCH] ci: exclude tests/integration from unit test step (needs live cluster) --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c4c40bb..8ca0cd9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -17,7 +17,7 @@ steps: commands: - pip install -r requirements.txt --quiet - pip install hypothesis --quiet - - pytest tests/ -x --tb=short -q + - pytest tests/ -x --tb=short -q --ignore=tests/integration when: event: [push, pull_request]