Skip to content

Commit b6b39b9

Browse files
SNOW-2441438: Add modin dependency to import error tests. (#3922)
With this change, `tox -e snowpark_pandas_modin_pandas_import_error` passes instead of failing. Signed-off-by: sfc-gh-mvashishtha <[email protected]>
1 parent 8895a30 commit b6b39b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,7 @@ commands = python -m pip list --format=columns
236236
python -c "print(r'{envpython}')"
237237

238238
[testenv:snowpark_pandas_modin_pandas_import_error]
239+
deps = .[modin-development]
239240
description = test error messages when importing unsupported modin or pandas versions
240241
basepython = python3.9
241242
setenv = TEST_INCORRECT_MODIN_PANDAS_VERSIONS=True

0 commit comments

Comments
 (0)