mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 06:47:09 +03:00
python3Packages.grpc_google_iam_v1: disable awkward tests
This commit is contained in:
parent
382aec03a1
commit
a1010b6fca
@ -3,6 +3,7 @@
|
||||
, fetchPypi
|
||||
, grpcio
|
||||
, googleapis_common_protos
|
||||
, pytest
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -16,6 +17,11 @@ buildPythonPackage rec {
|
||||
|
||||
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; {
|
||||
description = "GRPC library for the google-iam-v1 service";
|
||||
homepage = https://github.com/googleapis/googleapis;
|
||||
|
Loading…
Reference in New Issue
Block a user