We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9f3a07 commit 040c7c9Copy full SHA for 040c7c9
1 file changed
tests/conftest.py
@@ -2443,6 +2443,7 @@ def spark() -> "SparkSession":
2443
os.environ["AWS_REGION"] = "us-east-1"
2444
os.environ["AWS_ACCESS_KEY_ID"] = "admin"
2445
os.environ["AWS_SECRET_ACCESS_KEY"] = "password"
2446
+ os.environ["SPARK_LOCAL_IP"] = "127.0.0.1"
2447
2448
spark = (
2449
SparkSession.builder.appName("PyIceberg integration test")
0 commit comments