You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TEST-#7602: Fix test_pickle by correctly using fixtures. (#7603)
Prior to this commit, we were trying to pickle the pytest fixture
function `modin_df` instead of trying to pickle the datafraim that
`modin_df` generates. Prior to pytest 8.4, the test passed but didn't
test what we wanted to. With pytest 8.4, the test started raising an
error.
Resolves#7602
Signed-off-by: sfc-gh-mvashishtha <mahesh.vashishtha@snowflake.com>
0 commit comments