Skip to content

Commit

Permalink
remove pytest warning filters
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Dec 11, 2024
1 parent 5e76a7e commit c82b6b6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,3 @@ 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() is deprecated*:DeprecationWarning",
]

0 comments on commit c82b6b6

Please sign in to comment.