Skip to content

Commit

Permalink
Remove skip marker for langchain community tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Yun-Kim committed Jul 29, 2024
1 parent c061dce commit 1ddb905
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/contrib/langchain/test_langchain_community.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
LANGCHAIN_VERSION = parse_version(langchain.__version__)

pytestmark = pytest.mark.skipif(
LANGCHAIN_VERSION < (0, 1, 0) or sys.version_info < (3, 10),
reason="This module only tests langchain >= 0.1 and Python 3.10+",
LANGCHAIN_VERSION < (0, 1, 0), reason="This module only tests langchain >= 0.1",
)

IGNORE_FIELDS = [
Expand Down

0 comments on commit 1ddb905

Please sign in to comment.