text-splitters: extended-tests without socket (#28736)

This commit is contained in:
Erick Friis
2024-12-15 21:19:50 -08:00
committed by GitHub
parent 8ec1c72e03
commit 4f6ccb7080

View File

@@ -19,7 +19,7 @@ check_imports: $(shell find langchain_text_splitters -name '*.py')
poetry run python ./scripts/check_imports.py $^
extended_tests:
poetry run pytest --only-extended $(TEST_FILE)
poetry run pytest --disable-socket --allow-unix-socket --only-extended $(TEST_FILE)
######################