diff --git a/libs/langchain/tests/unit_tests/test_pytest_config.py b/libs/langchain/tests/unit_tests/test_pytest_config.py index b02d3d3dd55..e6dfe30ff54 100644 --- a/libs/langchain/tests/unit_tests/test_pytest_config.py +++ b/libs/langchain/tests/unit_tests/test_pytest_config.py @@ -8,4 +8,4 @@ def test_socket_disabled() -> None: with pytest.raises(pytest_socket.SocketBlockedError): # Ignore S113 since we don't need a timeout here as the request # should fail immediately - requests.get("https://www.example.com", timeout=10.0) # noqa: S113 + requests.get("https://www.example.com", timeout=10.0)