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

[Tech Debt] Update to `pytest~=8.0` #1137

Open mikealfare opened 4 months ago

mikealfare commented 4 months ago

Describe the feature

We're currently using pytest~=7.0 but pytest has released 8.0. dependabot was not able to do this upgrade easily, which suggests there are material breaking changes associated with the update. We should eventually update so that we don't get further locked into the current version.