6 , google-cloud-testutils
15 buildPythonPackage rec {
16 pname = "google-cloud-error-reporting";
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 hash = "sha256-S+7x6gIxJDfV7Xe6DOBVbJNMREYlRFLyGo8BEpIdIow=";
27 propagatedBuildInputs = [
32 ] ++ google-api-core.optional-dependencies.grpc;
35 google-cloud-testutils
42 # Tests require credentials
43 "test_report_error_event"
44 "test_report_exception"
48 # prevent google directory from shadowing google imports
53 description = "Stackdriver Error Reporting API client library";
54 homepage = "https://github.com/googleapis/python-error-reporting";
55 changelog = "https://github.com/googleapis/python-error-reporting/blob/v${version}/CHANGELOG.md";
56 license = licenses.asl20;
57 maintainers = with maintainers; [ ];