Skip to content

Commit 79b0479

Browse files
committed
remove parquet from test
1 parent adef69b commit 79b0479

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/utilities/test_dataset_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ def test_dataset_config_files(backend: str) -> None:
272272

273273

274274
@pytest.mark.order(6)
275-
@pytest.mark.parametrize("backend", ["sqlite", "parquet"])
275+
@pytest.mark.parametrize("backend", ["sqlite"])
276276
def test_multiple_dataset_config_dict_selection(backend: str) -> None:
277277
"""Test constructing Dataset with multiple data paths."""
278278
# Arrange

0 commit comments

Comments
 (0)