Unverified Commit f6be5600 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.langchain-openai: disable test failing Pydantic validation (#429424)

parents c0d05a36 bcfa1a10
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -94,6 +94,12 @@ buildPythonPackage rec {
    "test_openai_get_num_tokens"
  ];

  disabledTestPaths = [
    # TODO recheck on next update. Langchain has been working on Pydantic errors.
    # ValidationError from pydantic
    "tests/unit_tests/chat_models/test_responses_stream.py"
  ];

  pythonImportsCheck = [ "langchain_openai" ];

  passthru.updateScript = gitUpdater {