Skip to content

Commit b89140c

Browse files
NO-SNOW: Fix session package list cleanup issue in doctests
1 parent 5899e71 commit b89140c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snowflake/snowpark/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1794,7 +1794,7 @@ def replicate_local_environment(
17941794
17951795
Example::
17961796
1797-
>>> import sys, pytest; _ = (sys.version_info[:2] not in ((3, 9), (3, 12))) or pytest.skip()
1797+
>>> import pytest; pytest.skip()
17981798
>>> from snowflake.snowpark.functions import udf
17991799
>>> import numpy
18001800
>>> import pandas

0 commit comments

Comments
 (0)