python313Packages.weaviate-client: break on darwin
This commit is contained in:
		
							parent
							
								
									e4e0b39888
								
							
						
					
					
						commit
						0e12f014f2
					
				@ -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
 | 
			
		||||
    ];
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user