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]