Skip to content

Commit

Permalink
chore: Remove unit testing for LangChain in Python 3.8
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 704535695
  • Loading branch information
yeesian authored and copybara-github committed Dec 11, 2024
1 parent adf24ac commit 2b10b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
13 changes: 0 additions & 13 deletions .kokoro/presubmit/unit_langchain_py38.cfg

This file was deleted.

3 changes: 2 additions & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
)

UNIT_TEST_PYTHON_VERSIONS = ["3.8", "3.9", "3.10", "3.11", "3.12"]
UNIT_TEST_LANGCHAIN_PYTHON_VERSIONS = ["3.9", "3.10", "3.11", "3.12"]
UNIT_TEST_STANDARD_DEPENDENCIES = [
"mock",
"asyncmock",
Expand Down Expand Up @@ -275,7 +276,7 @@ def unit_ray(session, ray):
)


@nox.session(python=UNIT_TEST_PYTHON_VERSIONS)
@nox.session(python=UNIT_TEST_LANGCHAIN_PYTHON_VERSIONS)
def unit_langchain(session):
# Install all test dependencies, then install this package in-place.

Expand Down

0 comments on commit 2b10b0f

Please sign in to comment.