diff --git a/python-lunr.spec b/python-lunr.spec index 8b560c2..2329b08 100644 --- a/python-lunr.spec +++ b/python-lunr.spec @@ -53,10 +53,18 @@ implementation as possible. %check # test_reduces_words_to_their_stem requires missing tests/fixtures/stemming_vocab.json -%pytest -k "not test_reduces_words_to_their_stem" - - -%files -n python3-lunr -f %{pyproject_files} +# test_lunr_function_registers_nltk_stemmers_in_pipeline requires network +# test_lunr_registers_lun_stemmers_in_pipeline_if_language_is_en requires network +# test_search_stems_search_terms requires network +# test_search_stems_search_terms_for_both_languages requires network +%pytest -k "not test_reduces_words_to_their_stem and \ + not test_lunr_function_registers_nltk_stemmers_in_pipeline and \ + not test_lunr_registers_lun_stemmers_in_pipeline_if_language_is_en and \ + not test_search_stems_search_terms and \ + not test_search_stems_search_terms_for_both_languages" + + +%files -n python3-lunr -f %{pyproject_files} %doc README.md %license LICENSE