From ade642b7c5bc3675bd864d67fbad16fc3cc8a585 Mon Sep 17 00:00:00 2001 From: ccurme Date: Thu, 3 Jul 2025 13:55:29 -0400 Subject: [PATCH] Revert "infra: temporarily skip tests" (#31854) Reverts langchain-ai/langchain#31853 --- libs/partners/anthropic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/partners/anthropic/Makefile b/libs/partners/anthropic/Makefile index 27251b07f0c..917ad66dded 100644 --- a/libs/partners/anthropic/Makefile +++ b/libs/partners/anthropic/Makefile @@ -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)