Skip to content

Commit 9d3e0ba

Browse files
pacostasphracek
authored andcommitted
fix: removing langchain
1 parent eb416e3 commit 9d3e0ba

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

test/run-upstream

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ test_client_faas
2626
test_client_cloudevents
2727
test_client_fastify
2828
test_client_pino
29-
test_client_langchainjs
3029
"
3130

3231
TEST_LIST_BINARY="\
@@ -49,8 +48,6 @@ readonly CLOUDEVENTS_REVISION="v${CLOUDEVENTS_REVISION:-$(docker run --rm "${IMA
4948
readonly CLOUDEVENTS_REPO="https://github.com/cloudevents/sdk-javascript.git"
5049
readonly FASTIFY_REVISION="v${FASTIFY_REVISION:-$(docker run --rm "${IMAGE_NAME}" -- npm show fastify version)}"
5150
readonly FASTIFY_REPO="https://github.com/fastify/fastify.git"
52-
readonly LANGCHAINJS_REVISION="${LANGCHAINJS_REVISION:-$(docker run --rm "${IMAGE_NAME}" -- npm show langchain version)}"
53-
readonly LANGCHAINJS_REPO="https://github.com/langchain-ai/langchainjs.git"
5451

5552
# Since we built the candidate image locally, we don't want S2I attempt to pull
5653
# it from a registry

test/test-lib-nodejs.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,6 @@ function test_client_cloudevents() {
444444
test_running_client_js cloudevents
445445
}
446446

447-
function test_client_langchainjs() {
448-
echo "Running langchainjs client test"
449-
test_running_client_js langchainjs
450-
}
451-
452447
function test_client_fastify() {
453448
if [[ "${VERSION}" == *"minimal"* ]]; then
454449
VERSION=$(echo "${VERSION}" | cut -d "-" -f 1)

0 commit comments

Comments
 (0)