Fokko commented on code in PR #551: URL: https://github.com/apache/iceberg-python/pull/551#discussion_r1540591861
########## tests/integration/test_writes.py: ########## @@ -672,69 +643,3 @@ def test_table_properties_raise_for_none_value( session_catalog, identifier, {"format-version": format_version, **property_with_none}, [arrow_table_with_null] ) assert "None type is not a supported value in properties: property_name" in str(exc_info.value) - - -@pytest.mark.integration -@pytest.mark.parametrize("format_version", [1, 2]) Review Comment: Moved the metadata tables to their own tests file to avoid blowing up this one :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org