0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.databricks-sdk: Disable slow tests (#402630)

This commit is contained in:
Gaétan Lepage 2025-04-28 23:25:43 +02:00 committed by GitHub
commit 955c95ea0d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -69,6 +69,10 @@ buildPythonPackage rec {
"test_load_azure_tenant_id_happy_path"
"test_load_azure_tenant_id_no_location_header"
"test_load_azure_tenant_id_unparsable_location_header"
# Take an exceptionally long time when sandboxing is enabled due to retries
"test_multipart_upload"
"test_rewind_seekable_stream"
"test_resumable_upload"
];
__darwinAllowLocalNetworking = true;