Skip to content

Commit

Permalink
fix: Missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Apr 29, 2022
1 parent 70b6777 commit 3beadbf
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
14 changes: 13 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Expand Up @@ -223,6 +223,7 @@ pytest = "^6.2.4"
pytest-cov = "^3.0.0"
pytest-postgresql = "^3.1.1"
types-freezegun = "^1.1.6"
types-PyYAML = "^6.0.7"

[tool.poetry.group.docs]
optional = true
Expand Down
3 changes: 0 additions & 3 deletions tests/hooks/dbt/test_dbt_clean.py
Expand Up @@ -10,9 +10,6 @@ def test_dbt_clean_task(
project_dir=dbt_project_file.parent,
profiles_dir=profiles_file.parent,
)
print(f"{config = }\n {factory = }")

print(f"{dbt_project_file = }")
compile_dir = dbt_project_file.parent / "target"
assert compile_dir.exists() is True

Expand Down

0 comments on commit 3beadbf

Please sign in to comment.