5 , google-cloud-testutils
13 buildPythonPackage rec {
14 pname = "google-resumable-media";
18 inherit pname version;
19 sha256 = "0hwxdgsqh6933kp4jkv6hwwdcqs7bgjn9j08ga399njv3s9b367f";
22 propagatedBuildInputs = [ google-auth google-crc32c requests ];
24 checkInputs = [ google-auth google-cloud-testutils mock pytestCheckHook pytest-asyncio ];
27 # prevent shadowing imports
29 # fixture 'authorized_transport' not found
30 rm tests/system/requests/test_upload.py
32 rm tests/system/requests/test_download.py
35 pythonImportsCheck = [
36 "google._async_resumable_media"
37 "google.resumable_media"
41 description = "Utilities for Google Media Downloads and Resumable Uploads";
42 homepage = "https://github.com/GoogleCloudPlatform/google-resumable-media-python";
43 license = licenses.asl20;
44 maintainers = with maintainers; [ SuperSandro2000 ];