Skip to content

Commit 316999d

Browse files
committed
uncomment pyarrow tests and bump narwhals version
1 parent 345403b commit 316999d

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ dependencies = [
4747
"prompt-toolkit;platform_system!='Emscripten'",
4848
"python-multipart>=0.0.7;platform_system!='Emscripten'",
4949
"setuptools;python_version>='3.12'",
50-
"narwhals>=1.9.1",
50+
"narwhals>=1.9.3",
5151
"orjson>=3.10.7",
5252
]
5353

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

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
from shiny.playwright import controller
66
from shiny.run import ShinyAppProc
77

8-
# TODO-karan: pyarrow tests have been commented out because the pyarrow backend is not yet supported
98
backends = [
109
{
1110
"name": "pandas",
@@ -19,12 +18,12 @@
1918
"df_original": "nw_df_original",
2019
"selected_row": "selected_nw_row",
2120
},
22-
# {
23-
# "name": "pyarrow",
24-
# "prefix": "pa",
25-
# "df_original": "pa_df_original",
26-
# "selected_row": "selected_pa_row",
27-
# },
21+
{
22+
"name": "pyarrow",
23+
"prefix": "pa",
24+
"df_original": "pa_df_original",
25+
"selected_row": "selected_pa_row",
26+
},
2827
{
2928
"name": "polars",
3029
"prefix": "pl",

0 commit comments

Comments
 (0)