Skip to content

Commit 0cc1471

Browse files
committed
SEDONA-725 rearrange the spark module
1 parent 1566a3a commit 0cc1471

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

python/tests/flink/test_flink_registration.py

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
from shapely.wkb import loads
1919
import pytest
2020

21+
from tests.flink.conftest import has_pyflink
22+
23+
if not has_pyflink():
24+
pytest.skip("PyFlink is not installed. Skipping tests that require PyFlink.")
2125

2226
@pytest.mark.flink
2327
def test_register(table_env):

0 commit comments

Comments
 (0)