Commit 77f755bb authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.weaviate-client: add pythonImportsCheck

parent 6fac4834
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";