ci: exclude tests/integration from unit test step (needs live cluster)

This commit is contained in:
Celes Renata
2026-04-18 21:05:16 +00:00
parent 5f6d23888a
commit ee28db684f
+1 -1
View File
@@ -17,7 +17,7 @@ steps:
commands: commands:
- pip install -r requirements.txt --quiet - pip install -r requirements.txt --quiet
- pip install hypothesis --quiet - pip install hypothesis --quiet
- pytest tests/ -x --tb=short -q - pytest tests/ -x --tb=short -q --ignore=tests/integration
when: when:
event: [push, pull_request] event: [push, pull_request]