infra: fix CI on text-splitters (#21935)

This commit is contained in:
ccurme 2024-05-20 14:03:42 -07:00 committed by GitHub
parent f4ffef98a2
commit 0e72ed39a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -75,7 +75,7 @@ select = [
disallow_untyped_defs = "True" disallow_untyped_defs = "True"
[[tool.mypy.overrides]] [[tool.mypy.overrides]]
module = ["transformers", "sentence_transformers", "nltk.tokenize", "konlpy.tag", "bs4"] module = ["transformers", "sentence_transformers", "nltk.tokenize", "konlpy.tag", "bs4", "pytest"]
ignore_missing_imports = "True" ignore_missing_imports = "True"
[tool.coverage.run] [tool.coverage.run]