Skip to content

Commit 425ffbf

Browse files
karangattuCopilot
andauthored
Update tests/playwright/shiny/components/data_frame/data_type/test_df_data_type.py
Co-authored-by: Copilot <[email protected]>
1 parent 7e5a6bb commit 425ffbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/shiny/components/data_frame/data_type/test_df_data_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343

4444
@pytest.mark.skipif(
45-
sys.version_info >= (3, 13),
45+
sys.version_info[:2] == (3, 13),
4646
reason="Skipping on Python 3.13, since modin is not supported on 3.13",
4747
)
4848
def test_data_frame_data_type(

0 commit comments

Comments
 (0)