Skip to content

community: add Salesforce tools and API wrapper #37570

community: add Salesforce tools and API wrapper

community: add Salesforce tools and API wrapper #37570

Triggered via pull request February 12, 2025 06:54
Status Failure
Total duration 1m 50s
Artifacts

check_diffs.yml

on: pull_request
Matrix: compile-integration-tests
Matrix: extended-tests
Matrix: lint
Matrix: test-doc-imports
Matrix: test-pydantic
Matrix: test
CI Success
0s
CI Success
Fit to window
Zoom out
Zoom in

Annotations

23 errors
cd . / make lint #3.12
Process completed with exit code 2.
cd . / make lint #3.9
Process completed with exit code 2.
Ruff (I001): libs/community/langchain_community/utilities/__init__.py#L11
langchain_community/utilities/__init__.py:11:5: I001 Import block is un-sorted or un-formatted
Ruff (F401): libs/community/langchain_community/utilities/salesforce.py#L27
langchain_community/utilities/salesforce.py:27:43: F401 `simple_salesforce.Salesforce` imported but unused; consider using `importlib.util.find_spec` to test for availability
Ruff (E501): libs/community/langchain_community/utilities/salesforce.py#L29
langchain_community/utilities/salesforce.py:29:89: E501 Line too long (109 > 88)
Ruff (E501): libs/community/langchain_community/utilities/salesforce.py#L30
langchain_community/utilities/salesforce.py:30:89: E501 Line too long (98 > 88)
Ruff (E501): libs/community/langchain_community/utilities/salesforce.py#L33
langchain_community/utilities/salesforce.py:33:89: E501 Line too long (97 > 88)
cd libs/community / make lint #3.9
Process completed with exit code 2.
Ruff (I001): libs/community/langchain_community/utilities/__init__.py#L11
langchain_community/utilities/__init__.py:11:5: I001 Import block is un-sorted or un-formatted
Ruff (F401): libs/community/langchain_community/utilities/salesforce.py#L27
langchain_community/utilities/salesforce.py:27:43: F401 `simple_salesforce.Salesforce` imported but unused; consider using `importlib.util.find_spec` to test for availability
Ruff (E501): libs/community/langchain_community/utilities/salesforce.py#L29
langchain_community/utilities/salesforce.py:29:89: E501 Line too long (109 > 88)
Ruff (E501): libs/community/langchain_community/utilities/salesforce.py#L30
langchain_community/utilities/salesforce.py:30:89: E501 Line too long (98 > 88)
Ruff (E501): libs/community/langchain_community/utilities/salesforce.py#L33
langchain_community/utilities/salesforce.py:33:89: E501 Line too long (97 > 88)
cd libs/community / make lint #3.13
Process completed with exit code 2.
cd libs/community / make test # pydantic: ~=2.9.0, python: 3.11,
Process completed with exit code 2.
cd libs/community / make test # pydantic: ~=2.7.0, python: 3.11,
Process completed with exit code 2.
cd libs/community / make test # pydantic: ~=2.10.0, python: 3.11,
Process completed with exit code 2.
cd libs/community / make test #3.9
Process completed with exit code 2.
cd libs/community / make test #3.13
Process completed with exit code 2.
cd libs/community / make test # pydantic: ~=2.8.0, python: 3.11,
Process completed with exit code 2.
cd libs/community / make extended_tests #3.12
Process completed with exit code 2.
cd libs/community / make extended_tests #3.9
Process completed with exit code 2.
CI Success
Process completed with exit code 1.