Skip to content

Commit

Permalink
Try skip import
Browse files Browse the repository at this point in the history
Signed-off-by: Merel Theisen <[email protected]>
  • Loading branch information
merelcht committed Oct 24, 2024
1 parent 6f85afd commit 97cb8af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kedro-datasets/tests/snowflake/test_snowpark_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"Snowpark is not supported in Python versions higher than 3.11",
allow_module_level=True,
)

snowpark = pytest.importorskip("snowpark")
import pandas as pd
import pytest
from kedro.io.core import DatasetError
Expand Down

0 comments on commit 97cb8af

Please sign in to comment.