python311Packages.weaviate-client: add pythonImportsCheck

This commit is contained in:
Fabian Affolter
2023-05-14 09:16:47 +02:00
parent 6fac48341b
commit 77f755bb8b
@@ -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";