File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
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,9 +3063,8 @@ 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 ()
30673066 session .sql (
3068- "ALTER schema set DEFAULT_PYTHON_ARTIFACT_REPOSITORY = snowflake.snowpark.pypi_shared_repository "
3067+ "ALTER schema set DEFAULT_PYTHON_ARTIFACT_REPOSITORY = testdb_snowpark_python.testschema_snowpark_python.SNOWPARK_PYTHON_TEST_REPOSITORY "
30693068 ).collect ()
30703069
30713070 session .add_packages ("art" , "cloudpickle" )
You can’t perform that action at this time.
0 commit comments