We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c6ec1d commit 7e5a6bbCopy full SHA for 7e5a6bb
tests/playwright/shiny/components/table/test_table.py
@@ -9,7 +9,7 @@
9
10
11
@pytest.mark.skipif(
12
- sys.version_info >= (3, 13),
+ sys.version_info[:2] == (3, 13),
13
reason="Skipping on Python 3.13, since modin is not supported on 3.13",
14
)
15
def test_table_data_support(page: Page, local_app: ShinyAppProc) -> None:
0 commit comments