mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-30 16:47:19 +00:00
* Integration of SummarizationQAPipeline with Haystack. * Moving summarizer tests because of OOM issue * Fixing typo * Splitting summarizer test in separate ci step * Removing sysctl configuration as we already running elastic search in docker container * fixing mypy issue * update parameter names and docstrings * update parameter names in BaseSummarizer * rename pipeline * change return type of summarizer from answer to document * change scope of doc store fixture * revert scope * temp. disable test_faiss_index_save_and_load() * fix mypy. change order for mypy in CI Co-authored-by: Malte Pietsch <malte.pietsch@deepset.ai>
10 lines
454 B
INI
10 lines
454 B
INI
[pytest]
|
|
addopts = --strict-markers
|
|
markers =
|
|
slow: marks tests as slow (deselect with '-m "not slow"')
|
|
tika: marks tests which require tika container (deselect with '-m "not tika"')
|
|
elasticsearch: marks tests which require elasticsearch container (deselect with '-m "not elasticsearch"')
|
|
generator: marks generator tests (deselect with '-m "not generator"')
|
|
pipeline: marks tests with pipeline
|
|
summarizer: marks summarizer tests
|