python3Packages.google-cloud-monitoring: 2.0.1 -> 2.2.1

This commit is contained in:
Sandro Jäckel 2021-04-05 05:01:45 +02:00
parent 7c27dc82ae
commit 643e038013

View File

@ -5,6 +5,7 @@
, google-cloud-testutils , google-cloud-testutils
, libcst , libcst
, proto-plus , proto-plus
, pandas
, pytestCheckHook , pytestCheckHook
, pytest-asyncio , pytest-asyncio
, mock , mock
@ -12,16 +13,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "google-cloud-monitoring"; pname = "google-cloud-monitoring";
version = "2.0.1"; version = "2.2.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "639408cac9660b6c7c2324bf1b2461c9c8e338518b9ebb7ebfac833a61d753eb"; sha256 = "sha256-QeMJBJKjW3Zu0p0mSmo5dVOJNwRmmA5FKXRXjCd+zN4=";
}; };
propagatedBuildInputs = [ libcst google-api-core proto-plus ]; propagatedBuildInputs = [ libcst google-api-core proto-plus ];
checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ]; checkInputs = [ google-cloud-testutils mock pandas pytestCheckHook pytest-asyncio ];
disabledTests = [ disabledTests = [
# requires credentials # requires credentials