pythpn310Packages.google-cloud-dataproc: adjust inputs

This commit is contained in:
Fabian Affolter
2022-12-28 18:22:55 +01:00
parent e077e20d10
commit f77686325f
@@ -5,6 +5,7 @@
, mock
, libcst
, proto-plus
, protobuf
, pytestCheckHook
, pytest-asyncio
, pythonOlder
@@ -26,7 +27,8 @@ buildPythonPackage rec {
google-api-core
libcst
proto-plus
];
protobuf
] ++ google-api-core.optional-dependencies.grpc;
checkInputs = [
mock
@@ -35,7 +37,7 @@ buildPythonPackage rec {
];
disabledTests = [
# requires credentials
# Test requires credentials
"test_list_clusters"
];