python310Packages.google-cloud-monitoring: adjust inputs

This commit is contained in:
Fabian Affolter 2022-12-28 17:01:18 +01:00
parent ff5a1f5289
commit 0e0d95f721

View File

@ -3,12 +3,12 @@
, fetchPypi
, google-api-core
, google-cloud-testutils
, libcst
, mock
, proto-plus
, pandas
, pytestCheckHook
, pytest-asyncio
, mock
, protobuf
, pythonOlder
}:
@ -25,18 +25,23 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
libcst
google-api-core
proto-plus
];
protobuf
] ++ google-api-core.optional-dependencies.grpc;
passthru.optional-dependencies = {
pandas = [
pandas
];
};
checkInputs = [
google-cloud-testutils
mock
pandas
pytestCheckHook
pytest-asyncio
];
] ++ passthru.optional-dependencies.pandas;
disabledTests = [
# requires credentials