Revert "infra: temporarily skip tests" (#31854)

Reverts langchain-ai/langchain#31853
This commit is contained in:
ccurme 2025-07-03 13:55:29 -04:00 committed by GitHub
parent c9f45dc323
commit ade642b7c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ test tests:
uv run --group test pytest -vvv --disable-socket --allow-unix-socket $(TEST_FILE)
integration_test integration_tests:
: # no-op
uv run --group test --group test_integration pytest -vvv --timeout 30 $(TEST_FILE)
test_watch:
uv run --group test ptw --snapshot-update --now . -- -vv $(TEST_FILE)