python311Packages.weaviate-client: add pythonImportsCheck
This commit is contained in:
@@ -32,6 +32,10 @@ buildPythonPackage rec {
|
||||
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"weaviate"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python native client for easy interaction with a Weaviate instance";
|
||||
homepage = "https://github.com/weaviate/weaviate-python-client";
|
||||
|
||||
Reference in New Issue
Block a user