Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-jdu committed Aug 7, 2024
1 parent 7c8673f commit 482d577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mock/test_pandas_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
try:
import pandas as pd # noqa: F401
except ImportError:
pytest.skip("pandas is not installed")
pytest.skip("pandas is not installed", allow_module_level=True)

from snowflake.snowpark import DataFrame

Expand Down

0 comments on commit 482d577

Please sign in to comment.