python311Packages.llama-index-llms-openai: disable tests

This commit is contained in:
Fabian Affolter 2024-03-26 09:56:39 +01:00
parent 81e32ce834
commit 2d75842722

View File

@ -27,6 +27,9 @@ buildPythonPackage rec {
llama-index-core
];
# Tests are only available in the mono repo
doCheck = false;
pythonImportsCheck = [
"llama_index.llms.openai"
];