Skip to content

Commit

Permalink
Disable custom suites
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Feb 14, 2024
1 parent 4cdafdc commit 811b88b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ignore = [
"FIX",
]
select = ["ALL"]
unfixable = ["ERA"]

[tool.ruff.lint.flake8-annotations]
allow-star-arg-any = true
Expand Down
2 changes: 1 addition & 1 deletion tests/test_target_snowflake.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def resource(self, runner, connection): # noqa: PT004
StandardTargetTests = get_target_test_class(
target_class=TargetSnowflake,
config=STANDARD_TEST_CONFIG,
custom_suites=[target_tests],
# custom_suites=[target_tests],
suite_config=None,
include_target_tests=False,
)
Expand Down

0 comments on commit 811b88b

Please sign in to comment.