python3Packages.ibm-cloud-sdk-core: fix build

This commit is contained in:
Fabian Affolter 2021-07-02 13:55:34 +02:00
parent f75e2a648c
commit 6b87fefda5

View file

@ -38,9 +38,17 @@ buildPythonPackage rec {
# Various tests try to access credential files which are not included with the source distribution
disabledTests = [
"test_iam" "test_cwd" "test_configure_service" "test_get_authenticator"
"test_read_external_sources_2" "test_files_duplicate_parts" "test_files_list"
"test_files_dict" "test_retry_config_external" "test_gzip_compression_external"
"test_configure_service"
"test_cp4d_authenticator"
"test_cwd"
"test_files_dict"
"test_files_duplicate_parts"
"test_files_list"
"test_get_authenticator"
"test_gzip_compression_external"
"test_iam"
"test_read_external_sources_2"
"test_retry_config_external"
];
meta = with lib; {