()
| 911 | |
| 912 | @pytest.mark.filterwarnings("default:pyarrow.feather:FutureWarning") |
| 913 | def test_feather_dataset_deprecated(): |
| 914 | with pytest.warns(FutureWarning, match="FeatherDataset is deprecated"): |
| 915 | FeatherDataset([]) |
| 916 | |
| 917 | |
| 918 | @pytest.mark.pandas |
nothing calls this directly
no test coverage detected