python313Packages.weaviate-client: break on darwin
This commit is contained in:
@@ -92,6 +92,8 @@ buildPythonPackage rec {
|
||||
"mock_tests"
|
||||
];
|
||||
|
||||
__darwinAllowLocalNetworking = true;
|
||||
|
||||
pythonImportsCheck = [ "weaviate" ];
|
||||
|
||||
meta = {
|
||||
@@ -100,5 +102,9 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/weaviate/weaviate-python-client/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ happysalada ];
|
||||
badPlatforms = [
|
||||
# weaviate.exceptions.WeaviateGRPCUnavailableError
|
||||
lib.systems.inspect.patterns.isDarwin
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user