Skip to content

Commit 2ad8193

Browse files
authored
test: skip unsupported PyPI package installation test (#146)
1 parent 2a4d911 commit 2ad8193

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integration/test_session.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,9 @@ def test_create_spark_session_with_session_template_and_user_provided_dataproc_c
348348
assert DataprocSparkSession._active_s8s_session_uuid is None
349349

350350

351+
@pytest.mark.skip(
352+
reason="Skipping PyPI package installation test since it's not supported yet"
353+
)
351354
def test_add_artifacts_pypi_package():
352355
"""Test adding PyPI packages as artifacts to a Spark session."""
353356
connect_session = DataprocSparkSession.builder.getOrCreate()

0 commit comments

Comments
 (0)