Skip to content

Commit 040c7c9

Browse files
committed
Try setting the IP for the integration tests
1 parent d9f3a07 commit 040c7c9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2443,6 +2443,7 @@ def spark() -> "SparkSession":
24432443
os.environ["AWS_REGION"] = "us-east-1"
24442444
os.environ["AWS_ACCESS_KEY_ID"] = "admin"
24452445
os.environ["AWS_SECRET_ACCESS_KEY"] = "password"
2446+
os.environ["SPARK_LOCAL_IP"] = "127.0.0.1"
24462447

24472448
spark = (
24482449
SparkSession.builder.appName("PyIceberg integration test")

0 commit comments

Comments
 (0)