python311Packages.google-cloud-bigtable: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-16 10:46:47 +02:00
parent 9d8b922e83
commit 047bcae457
1 changed files with 18 additions and 23 deletions

View File

@ -1,17 +1,18 @@
{ lib
, buildPythonPackage
, fetchPypi
, google-api-core
, google-cloud-core
, grpcio
, grpc-google-iam-v1
, libcst
, mock
, proto-plus
, protobuf
, pytestCheckHook
, pythonOlder
, setuptools
{
lib,
buildPythonPackage,
fetchPypi,
google-api-core,
google-cloud-core,
grpcio,
grpc-google-iam-v1,
libcst,
mock,
proto-plus,
protobuf,
pytestCheckHook,
pythonOlder,
setuptools,
}:
buildPythonPackage rec {
@ -26,9 +27,7 @@ buildPythonPackage rec {
hash = "sha256-w8q7Zhn18u6hGz23JzHoTSixaAVcnMF8LS2v8Vy4I3k=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
google-api-core
@ -39,9 +38,7 @@ buildPythonPackage rec {
] ++ google-api-core.optional-dependencies.grpc;
passthru.optional-dependencies = {
libcst = [
libcst
];
libcst = [ libcst ];
};
nativeCheckInputs = [
@ -55,9 +52,7 @@ buildPythonPackage rec {
rm -r google
'';
disabledTests = [
"policy"
];
disabledTests = [ "policy" ];
pythonImportsCheck = [
"google.cloud.bigtable_admin_v2"