python311Packages.llama-index-llms-openai: disable tests
This commit is contained in:
@@ -27,6 +27,9 @@ buildPythonPackage rec {
|
||||
llama-index-core
|
||||
];
|
||||
|
||||
# Tests are only available in the mono repo
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"llama_index.llms.openai"
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user