From c95a1e26de8954331331378218026be119b51f9f Mon Sep 17 00:00:00 2001 From: Mason Daugherty Date: Mon, 28 Jul 2025 10:23:49 -0400 Subject: [PATCH] . --- libs/langchain/Makefile | 1 - libs/langchain_v1/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/libs/langchain/Makefile b/libs/langchain/Makefile index 3a445f2a35d..a0cb16f21ec 100644 --- a/libs/langchain/Makefile +++ b/libs/langchain/Makefile @@ -89,7 +89,6 @@ help: @echo '-- TESTS --' @echo 'coverage - run unit tests and generate coverage report' @echo 'test - run unit tests' - @echo 'tests - run unit tests (alias for "make test")' @echo 'test TEST_FILE= - run all tests in file' @echo 'extended_tests - run only extended unit tests' @echo 'test_watch - run unit tests in watch mode' diff --git a/libs/langchain_v1/Makefile b/libs/langchain_v1/Makefile index 885a56cf7b6..d56c646f94b 100644 --- a/libs/langchain_v1/Makefile +++ b/libs/langchain_v1/Makefile @@ -88,7 +88,6 @@ help: @echo '-- TESTS --' @echo 'coverage - run unit tests and generate coverage report' @echo 'test - run unit tests' - @echo 'tests - run unit tests (alias for "make test")' @echo 'test TEST_FILE= - run all tests in file' @echo 'extended_tests - run only extended unit tests' @echo 'test_watch - run unit tests in watch mode'