python3Packages.grpc_google_iam_v1: disable awkward tests
This commit is contained in:
parent
382aec03a1
commit
a1010b6fca
@ -3,6 +3,7 @@
|
|||||||
, fetchPypi
|
, fetchPypi
|
||||||
, grpcio
|
, grpcio
|
||||||
, googleapis_common_protos
|
, googleapis_common_protos
|
||||||
|
, pytest
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -16,6 +17,11 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ grpcio googleapis_common_protos ];
|
propagatedBuildInputs = [ grpcio googleapis_common_protos ];
|
||||||
|
|
||||||
|
# non-standard test format, and python3 will load local google folder first
|
||||||
|
# but tests cannot be ran if google folder is removed or moved
|
||||||
|
doCheck = false;
|
||||||
|
checkInputs = [ pytest ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "GRPC library for the google-iam-v1 service";
|
description = "GRPC library for the google-iam-v1 service";
|
||||||
homepage = https://github.com/googleapis/googleapis;
|
homepage = https://github.com/googleapis/googleapis;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user