File tree Expand file tree Collapse file tree 2 files changed +8
-7
lines changed
tests/playwright/shiny/components/data_frame/data_type Expand file tree Collapse file tree 2 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ test = [
8787 " faicons" ,
8888 " ridgeplot" ,
8989 " great_tables" ,
90- " modin" ,
90+ " modin[all] " ,
9191 " polars" ,
9292 " dask[dataframe]" ,
9393 " pyarrow" ,
Original file line number Diff line number Diff line change 55from shiny .playwright import controller
66from shiny .run import ShinyAppProc
77
8+ # TODO-karan: pyarrow tests have been commented out because the pyarrow backend is not yet supported
89backends = [
910 {
1011 "name" : "pandas" ,
1819 "df_original" : "nw_df_original" ,
1920 "selected_row" : "selected_nw_row" ,
2021 },
21- {
22- "name" : "pyarrow" ,
23- "prefix" : "pa" ,
24- "df_original" : "pa_df_original" ,
25- "selected_row" : "selected_pa_row" ,
26- },
22+ # {
23+ # "name": "pyarrow",
24+ # "prefix": "pa",
25+ # "df_original": "pa_df_original",
26+ # "selected_row": "selected_pa_row",
27+ # },
2728 {
2829 "name" : "polars" ,
2930 "prefix" : "pl" ,
You can’t perform that action at this time.
0 commit comments