6 , google-cloud-testutils
13 buildPythonPackage rec {
14 pname = "google-cloud-trace";
18 inherit pname version;
19 sha256 = "1lvcm4w1l7hiqg64kdscch3f3bq19q9ii49xj4lljn2a4xffxl8v";
22 propagatedBuildInputs = [ google-api-core google-cloud-core proto-plus ];
24 checkInputs = [ google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
28 "test_batch_write_spans"
32 pythonImportsCheck = [
34 "google.cloud.trace_v1"
35 "google.cloud.trace_v2"
39 description = "Cloud Trace API client library";
40 homepage = "https://github.com/googleapis/python-trace";
41 license = licenses.asl20;
42 maintainers = with maintainers; [ SuperSandro2000 ];