Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ repos:
hooks:
- id: absolufy-imports
- repo: 'https://github.com/hadialqattan/pycln'
rev: v2.4.0
rev: v2.5.0
hooks:
- id: pycln
args:
Expand Down
1 change: 1 addition & 0 deletions tests/functional/adapter/dbt/test_simple_seed.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def setUp(self, project):
project.run_sql(seeds__expected_sql)


@pytest.mark.skip("Unable to inject custom schema to project_config_update")
class TestSeedCustomSchema(BaseSeedCustomSchema):
@pytest.fixture(scope="class", autouse=True)
def setUp(self, project):
Expand Down
Loading