HonahX commented on code in PR #223: URL: https://github.com/apache/iceberg-python/pull/223#discussion_r1430830405
########## tests/conftest.py: ########## @@ -1661,11 +1586,33 @@ def fixture_aws_credentials() -> Generator[None, None, None]: os.environ.pop("AWS_DEFAULT_REGION") +MOTO_SERVER = ThreadedMotoServer(port=5456) Review Comment: Just out of curiosity, why do we go with port '5456'? Is there a particular reason or was it more of a random pick? -- 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