Skip to content

Commit

Permalink
remove parquet from test
Browse files Browse the repository at this point in the history
  • Loading branch information
Aske-Rosted committed Dec 11, 2024
1 parent adef69b commit 79b0479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utilities/test_dataset_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def test_dataset_config_files(backend: str) -> None:


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

0 comments on commit 79b0479

Please sign in to comment.