Skip to content

Commit 8562a72

Browse files
committed
update test
1 parent 9746f7f commit 8562a72

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/integ/test_udf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3053,7 +3053,7 @@ def test_urllib() -> str:
30533053
reason="artifact repository not supported in local testing",
30543054
)
30553055
@pytest.mark.skipif(IS_IN_STORED_PROC, reason="Cannot create session in SP")
3056-
@pytest.mark.skipif(IS_NOT_ON_GITHUB, reason="need resources")
3056+
# @pytest.mark.skipif(IS_NOT_ON_GITHUB, reason="need resources")
30573057
@pytest.mark.skipif(
30583058
sys.version_info < (3, 9), reason="artifact repository requires Python 3.9+"
30593059
)
@@ -3063,6 +3063,7 @@ def test_use_default_artifact_repository(db_parameters):
30633063
session.sql(
30643064
"ALTER SESSION SET ENABLE_DEFAULT_PYTHON_ARTIFACT_REPOSITORY = true"
30653065
).collect()
3066+
session.sql("ALTER SESSION SET ENABLE_PYPI_SHARED_REPOSITORY = true").collect()
30663067
session.sql(
30673068
"ALTER schema set DEFAULT_PYTHON_ARTIFACT_REPOSITORY = snowflake.snowpark.pypi_shared_repository"
30683069
).collect()

0 commit comments

Comments
 (0)