geruh commented on code in PR #2978: URL: https://github.com/apache/iceberg-python/pull/2978#discussion_r2740464992
########## tests/conftest.py: ########## @@ -3080,23 +3080,21 @@ def fixed_test_table_namespace() -> Identifier: @pytest.fixture( - scope="session", Review Comment: I see `scope="session"` was removed from these fixtures, and the tests still pass was this not needed? -- 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]
