python3Packages.langchain: disable timing-sensitive tests
This commit is contained in:
@@ -132,6 +132,9 @@ buildPythonPackage (finalAttrs: {
|
||||
disabledTestPaths = [
|
||||
# Their configuration tests don't place nicely with nixpkgs
|
||||
"tests/unit_tests/test_pytest_config.py"
|
||||
|
||||
# Timing sensitive tests
|
||||
"tests/unit_tests/agents/middleware/implementations/test_model_retry.py"
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "langchain" ];
|
||||
|
||||
Reference in New Issue
Block a user