Skip to content

Commit d6972b5

Browse files
committed
skip modin tests if python
1 parent 40cc6da commit d6972b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import re
2+
import sys
23

4+
import pytest
35
from playwright.sync_api import Page
46

57
from shiny.playwright import controller
@@ -39,6 +41,7 @@
3941
]
4042

4143

44+
@pytest.mark.skipif(sys.version_info >= (3, 13), reason="Skipping on Python 3.13")
4245
def test_data_frame_data_type(
4346
page: Page,
4447
local_app: ShinyAppProc,

0 commit comments

Comments
 (0)