Skip to content

Commit

Permalink
remove pytest warning filter for utcnow deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 11, 2024
1 parent c82b6b6 commit 5755940
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,6 @@ Changelog = "https://github.com/dbt-labs/dbt-snowflake/blob/main/CHANGELOG.md"
testpaths = ["tests/functional", "tests/unit"]
env_files = ["test.env"]
addopts = "-v --color=yes -n auto"
filterwarnings = [
"ignore:datetime.datetime.utcnow:DeprecationWarning",
]

0 comments on commit 5755940

Please sign in to comment.