ci: exclure tests dépendant de Eau2018.xls (données dev, absent en CI)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
syoul
2026-03-23 12:14:12 +01:00
parent 4951e20099
commit e05d081cac

View File

@@ -32,7 +32,7 @@ steps:
image: python:3.11-slim
commands:
- pip install -r backend/requirements.txt
- cd backend && python -m pytest tests/ -v --tb=short
- cd backend && python -m pytest tests/ -v --tb=short -k "not (test_saou_data_loaded or test_p0 or test_full_tariff or test_linear_p0)"
# NOTE: volumes + pas de from_secret : compatible
- name: build-backend