kevinjqliu commented on code in PR #2978: URL: https://github.com/apache/iceberg-python/pull/2978#discussion_r2742267248
########## tests/conftest.py: ########## @@ -3080,23 +3080,21 @@ def fixed_test_table_namespace() -> Identifier: @pytest.fixture( - scope="session", Review Comment: This is removed because its references (`random_table_identifier` for example) is function scoped. so this needs to be function scoped too. I think this is a new requirement from `pytest-lazy-fixtures` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
