kevinjqliu commented on PR #3006: URL: https://github.com/apache/iceberg-python/pull/3006#issuecomment-3863094328
thanks for catching this! ideally we shouldn't let external factors (such as the content of `~/.pyiceberg.yaml`) affect the test suite; that pollutes the tests imo. i remember we disables parsing the env and config file here https://github.com/apache/iceberg-python/blob/7e66ccbf16fc736df20f96c2ea030200fbe3a5e3/tests/cli/test_console.py#L40-L42 perhaps we can do this as the default for all tests -- 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]
