# Entwicklung / CI: nach requirements.txt installieren
#   pip install -r requirements.txt -r requirements-dev.txt
#
# Empfohlene Smoke-Suite (CSV-Import + Parser, ohne DB/Workflow-Integration):
#   python -m pytest tests/test_csv_parser_core.py tests/test_csv_import_executor.py tests/test_mapping_suggest.py
pytest>=8.0
