File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed
Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 66
77import modin .pandas as pd
88import pandas as native_pd
9- import pytest
10- from packaging import version
119
1210from snowflake .snowpark import Session
1311from snowflake .snowpark .functions import sproc
1412from tests .integ .utils .sql_counter import sql_count_checker
1513from tests .utils import multithreaded_run
1614
17- pytestmark = pytest .mark .skipif (
18- version .parse (native_pd .__version__ ) != version .parse ("2.2.1" ),
19- reason = "SNOW-1758760: modin stored procedure test must pin pandas==2.2.1 and modin==0.28.1" ,
20- )
2115
2216# Must pin modin version to match version available in Snowflake Anaconda
23- SPROC_MODIN_VERSION = "0.28 .1"
17+ SPROC_MODIN_VERSION = "0.30 .1"
2418
2519PACKAGE_LIST = [
2620 # modin 0.30.1 supports any pandas 2.2.x, so just pick whichever one is installed in the client.
You can’t perform that action at this time.
0 commit comments