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! I re-ran the tests on my end.
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: [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]