Skip to content

Commit ba1d959

Browse files
fangyh20medb
authored andcommitted
test: enable add artifacts test
1 parent 3403ce7 commit ba1d959

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

tests/integration/test_session.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -372,14 +372,8 @@ def test_create_spark_session_with_session_template_and_user_provided_dataproc_c
372372
assert DataprocSparkSession._active_s8s_session_uuid is None
373373

374374

375-
@pytest.mark.skip(
376-
reason="Skipping PyPI package installation test since it's not supported yet"
377-
)
378375
def test_add_artifacts_pypi_package():
379-
"""Test adding PyPI packages as artifacts to a Spark session.
380-
381-
Note: Skipped in CI due to infrastructure issues with PyPI package installation.
382-
"""
376+
"""Test adding PyPI packages as artifacts to a Spark session."""
383377
connect_session = DataprocSparkSession.builder.getOrCreate()
384378
from pyspark.sql.connect.functions import udf, sum
385379
from pyspark.sql.types import IntegerType

0 commit comments

Comments
 (0)