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

This commit is contained in:
Pol Dellaiera
2025-07-29 20:48:25 +02:00
committed by GitHub
@@ -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 {