sebpretzer commented on code in PR #223: URL: https://github.com/apache/iceberg-python/pull/223#discussion_r1430837527
########## 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: No particular reason. The [default is 5000](https://github.com/getmoto/moto/blob/a8d7dfd7af198838152687dd80867653e6e5126a/moto/moto_server/threaded_moto_server.py#L12). I think I had something running at 5000 when I had initially set this up. Let me drop it in favor of the default. -- 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