11 buildPythonPackage rec {
12 pname = "grpcio-testing";
16 disabled = pythonOlder "3.7";
19 inherit pname version;
20 hash = "sha256-yyaVEAqykAtRz9vbVv4SEA1JWA8QrgZ6LKsRfo/HRu0=";
24 substituteInPlace setup.py \
25 --replace-fail '"grpcio>={version}".format(version=grpc_version.VERSION)' '"grpcio"'
32 propagatedBuildInputs = [
37 pythonImportsCheck = [
45 description = "Testing utilities for gRPC Python";
46 homepage = "https://grpc.io/";
47 license = with licenses; [ asl20 ];
48 maintainers = with maintainers; [ fab ];