File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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 ()
You can’t perform that action at this time.
0 commit comments