python39Packages.grpc-google-iam-v1: deactivate tests, normalise name, adopt

This commit is contained in:
Sandro Jäckel
2021-08-16 14:04:29 +02:00
parent 9c35ef5a23
commit fb4e03fe68
16 changed files with 35 additions and 32 deletions
@@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, grpc_google_iam_v1
, grpc-google-iam-v1
, google-api-core
, libcst
, proto-plus
@@ -19,7 +19,7 @@ buildPythonPackage rec {
sha256 = "sha256-vMzq4ffA7877zRtdZ+VpFdEHU0BZhDdhgxuk5154hMU=";
};
propagatedBuildInputs = [ grpc_google_iam_v1 google-api-core libcst proto-plus ];
propagatedBuildInputs = [ grpc-google-iam-v1 google-api-core libcst proto-plus ];
checkInputs = [ mock pytestCheckHook pytest-asyncio ];