dbt-labs / dbt-snowflake

dbt-snowflake contains all of the code enabling dbt to work with Snowflake
https://getdbt.com
Apache License 2.0
297 stars 177 forks source link

Remove `freezegun` as a test dependency since it is not used #1136

Closed mikealfare closed 4 months ago

mikealfare commented 4 months ago

Problem

We list freezegun as a test dependency, but it's not used anywhere. It just winds up generating dependabot PRs.

Solution

Remove the dependency. It was left over from the monorepo but does not apply here.

Checklist

github-actions[bot] commented 4 months ago

Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-snowflake contributing guide.