Skip to content

Commit

Permalink
[tidy_first] Set default for STATE_MODIFIED_COMPARE_VARS flag, mark T…
Browse files Browse the repository at this point in the history
…estProjInfo as not a test class (#10805)
  • Loading branch information
aranke authored Oct 1, 2024
1 parent 5e9f1b5 commit 75a0962
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/dbt/cli/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"STRICT_MODE": False,
"STORE_FAILURES": False,
"INTROSPECT": True,
"STATE_MODIFIED_COMPARE_VARS": False,
}

DEPRECATED_PARAMS = {
Expand Down
2 changes: 2 additions & 0 deletions core/dbt/tests/fixtures/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,8 @@ def test_config():
# from the pytest fixtures that may be needed in the test functions, including
# a 'run_sql' method.
class TestProjInfo:
__test__ = False

def __init__(
self,
project_root,
Expand Down

0 comments on commit 75a0962

Please sign in to comment.