Skip to content

Commit

Permalink
/* PR_START p--release-dbt-metricflow-0.8.1-updates 02 */ Skip CLI se…
Browse files Browse the repository at this point in the history
…tup in tests.
  • Loading branch information
plypaul committed Jan 29, 2025
1 parent e706cfc commit 8f2831f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests_metricflow/fixtures/cli_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ def __init__(self) -> None:
self._semantic_manifest_lookup: Optional[SemanticManifestLookup] = None
self._log_file_path: Optional[pathlib.Path] = None

@override
def setup(self) -> None:
# For tests, a dbt project is not needed, so don't try to configure it.
return

@property
@override
def dbt_artifacts(self) -> dbtArtifacts:
Expand Down

0 comments on commit 8f2831f

Please sign in to comment.