revert: make integration tests output verbose (#34329)

Reverts langchain-ai/langchain#34327
This commit is contained in:
Mason Daugherty
2025-12-12 16:40:41 -05:00
committed by GitHub
parent fb892ee50a
commit 62db04c43a

View File

@@ -24,7 +24,7 @@ test tests:
TIKTOKEN_CACHE_DIR=tiktoken_cache uv run --group test pytest --disable-socket --allow-unix-socket $(TEST_FILE)
integration_test integration_tests:
uv run --group test --group test_integration pytest -n auto -vvv --timeout 30 $(TEST_FILE)
uv run --group test --group test_integration pytest -n auto $(TEST_FILE)
test_watch:
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)