python3Packages.google-cloud-monitoring: 2.0.1 -> 2.2.1
This commit is contained in:
parent
7c27dc82ae
commit
643e038013
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user