From 8407a5684c5c3cf5612da3d5bb026e3d4bf3d67b Mon Sep 17 00:00:00 2001 From: Cor Zuurmond Date: Sun, 2 Jun 2024 19:00:32 +0200 Subject: [PATCH] Add dbt v1.8.0 to testing --- setup.cfg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4b3fba9..46e10fb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -72,8 +72,8 @@ spark_options = [tox:tox] envlist = py3.7-dbt-spark{11,12,13,14,15} # dbt-spark v1.6 or later does not support Python 3.7 - py{3.8,3.9,3.10}-dbt-spark{11,12,13,14,15,16,17} - py3.11-dbt-spark{14,15,16,17} # Previous dbt-spark versions fail when using Python 3.11 + py{3.8,3.9,3.10}-dbt-spark{11,12,13,14,15,16,17,18} + py3.11-dbt-spark{14,15,16,17,18} # Previous dbt-spark versions fail when using Python 3.11 isolated_build = true skip_missing_interpreters = true @@ -95,6 +95,7 @@ deps = dbt-spark15: dbt-spark[ODBC]~=1.5.0 dbt-spark16: dbt-spark[ODBC]~=1.6.0 dbt-spark17: dbt-spark[ODBC]~=1.7.0 + dbt-spark18: dbt-spark[ODBC]~=1.8.0 pip >= 19.3.1 extras = test commands = pytest {posargs:tests} @@ -115,6 +116,7 @@ deps = dbt-spark15: dbt-spark[ODBC]~=1.5.0 dbt-spark16: dbt-spark[ODBC]~=1.6.0 dbt-spark17: dbt-spark[ODBC]~=1.7.0 + dbt-spark18: dbt-spark[ODBC]~=1.8.0 pip >= 19.3.1 extras = test commands_pre = dbt deps --project-dir {toxinidir}/docs/source/_static/dbt_project --profiles-dir {toxinidir}/docs/source/_static/dbt_project