sebpretzer commented on code in PR #223: URL: https://github.com/apache/iceberg-python/pull/223#discussion_r1430842215
########## 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: Fixed! Aside: I actually tracked down what was [actually happening](https://nono.ma/port-5000-used-by-control-center-in-macos-ventura-controlce), it was not something I had stood up at 5000... 🤦♂️ -- 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