Skip to content

Commit fa8ddba

Browse files
committed
SEDONA-725 rearrange the spark module
1 parent d907c3a commit fa8ddba

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python/tests/flink/test_flink_registration.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
from tests.flink.conftest import has_pyflink
2222

2323
if not has_pyflink():
24-
pytest.skip("PyFlink is not installed. Skipping tests that require PyFlink.", allow_module_level=True)
24+
pytest.skip(
25+
"PyFlink is not installed. Skipping tests that require PyFlink.",
26+
allow_module_level=True,
27+
)
2528

2629

2730
def test_register(table_env):

0 commit comments

Comments
 (0)