From 1c634f943645b7c966efe3c7cccfc146fcfa6ba7 Mon Sep 17 00:00:00 2001 From: Chester Curme Date: Mon, 3 Feb 2025 16:17:34 -0500 Subject: [PATCH] Revert "test extras" This reverts commit 7a8d5586de11ae53676417342288b7dfccd367e1. --- libs/langchain/Makefile | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/libs/langchain/Makefile b/libs/langchain/Makefile index 464d18ddd54..086f7b6b994 100644 --- a/libs/langchain/Makefile +++ b/libs/langchain/Makefile @@ -1,4 +1,4 @@ -.PHONY: all clean docs_build docs_clean docs_linkcheck api_docs_build api_docs_clean api_docs_linkcheck format lint test_extras test tests test_watch integration_tests docker_tests help extended_tests +.PHONY: all clean docs_build docs_clean docs_linkcheck api_docs_build api_docs_clean api_docs_linkcheck format lint test tests test_watch integration_tests docker_tests help extended_tests # Default target executed when no arguments are given to make. all: help @@ -18,14 +18,7 @@ coverage: --cov-report term-missing:skip-covered \ $(TEST_FILE) -test_extras: - uv pip uninstall langchain-anthropic - uv pip install . - ! uv run python -c "from langchain_anthropic import ChatAnthropic" - uv pip install '.[anthropic]' - uv run python -c "from langchain_anthropic import ChatAnthropic" - -test tests: test_extras +test tests: uv run --group test pytest -n auto --disable-socket --allow-unix-socket $(TEST_FILE) extended_tests: