dbt-labs / dbt-adapter-tests

a pytest plugin for dbt adapter test suites
19 stars 11 forks source link

support pytest 6.x, fix python 3.6 support #5

Closed beckjake closed 4 years ago

beckjake commented 4 years ago

While setting up the presto test suite, I found out that I wrote this in a way that doesn't support python 3.6.

I also found out that I missed pytest 6.x being released, and figured it makes sense to update to requiring that, instead of going from 4.x -> 5.x