···
···
···
pname = "iceberg-python";
tag = "pyiceberg-${version}";
+
hash = "sha256-uR8nmKVjYjiArcNaf/Af2kGh14p59VV9g2mKPKmiJnc=";
···
···
···
···
+
++ optional-dependencies.bigquery
+
++ optional-dependencies.hive
+
++ optional-dependencies.pandas
+
++ optional-dependencies.pyarrow
+
++ optional-dependencies.s3fs
+
++ optional-dependencies.sql-sqlite
++ moto.optional-dependencies.server;
···
+
# KeyError: 'authorization'
+
"test_token_200_without_optional_fields"
+
"test_token_with_default_scope"
+
"test_token_with_optional_oauth_params"
+
"test_token_with_custom_scope"
+
# AttributeError: 'SessionContext' object has no attribute 'register_table_provider'
+
"test_datafusion_register_pyiceberg_tabl"
# ModuleNotFoundError: No module named 'puresasl'
"test_create_hive_client_with_kerberos"
"test_create_hive_client_with_kerberos_using_context_manager"
# botocore.exceptions.EndpointConnectionError: Could not connect to the endpoint URL
"test_checking_if_a_file_exists"
···
"test_fsspec_pickle_roundtrip_gcs"
# Timeout (network access)
"test_fsspec_converting_an_outputfile_to_an_inputfile_adls"
"test_fsspec_new_abfss_output_file_adls"
"test_fsspec_new_input_file_adls"
···
"test_token_200_w_oauth2_server_uri"
+
# azure.core.exceptions.ServiceRequestError (network access)
+
"test_converting_an_outputfile_to_an_inputfile_adls"
+
"test_getting_length_of_file_adls"
+
"test_new_input_file_adls"
+
"test_new_output_file_adls"
+
"test_raise_on_opening_file_not_found_adls"
+
"test_read_specified_bytes_for_file_adls"
+
"test_write_and_read_file_adls"
# Hangs forever (from tests/io/test_pyarrow.py)
"test_getting_length_of_file_gcs"
++ lib.optionals stdenv.hostPlatform.isDarwin [
# ImportError: The pyarrow installation is not built with support for 'GcsFileSystem'
"test_converting_an_outputfile_to_an_inputfile_gcs"
+
"test_create_table_with_database_location"
+
"test_drop_table_with_database_location"
"test_new_input_file_gcs"
"test_new_output_file_gc"
···
# '/tmp/iceberg/warehouse/default.db/test_projection_partitions/metadata/00000-6c1c61a1-495f-45d3-903d-a2643431be91.metadata.json'
"test_identity_transform_column_projection"
"test_identity_transform_columns_projection"
+
"test_in_memory_catalog_context_manager"
+
"test_inspect_partition_for_nested_field"
++ lib.optionals (pythonAtLeast "3.13") [