Skip to content

Commit 7e5a6bb

Browse files
karangattuCopilot
andauthored
Update tests/playwright/shiny/components/table/test_table.py
Co-authored-by: Copilot <[email protected]>
1 parent 5c6ec1d commit 7e5a6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright/shiny/components/table/test_table.py

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

1010

1111
@pytest.mark.skipif(
12-
sys.version_info >= (3, 13),
12+
sys.version_info[:2] == (3, 13),
1313
reason="Skipping on Python 3.13, since modin is not supported on 3.13",
1414
)
1515
def test_table_data_support(page: Page, local_app: ShinyAppProc) -> None:

0 commit comments

Comments
 (0)