Skip to content

Commit

Permalink
Remove chart gallery from integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antonymilne committed Jul 25, 2024
1 parent 6116092 commit 75e8def
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vizro-core/tests/integration/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,12 @@ def dashboard(request, monkeypatch):
@pytest.mark.parametrize(
"example_path, version",
[
# Chart gallery is not included since it means installing black in the testing environment.
# It will move to HuggingFace in due course anyway.
(examples_path / "scratch_dev", ""),
(examples_path / "scratch_dev", "yaml_version"),
(examples_path / "dev", ""),
(examples_path / "dev", "yaml_version"),
(examples_path / "_chart-gallery", ""),
(examples_path / "kpi", ""),
],
ids=str,
Expand Down

0 comments on commit 75e8def

Please sign in to comment.