From db5e1b18e06e4602f74484125b70aa4d8da6234b Mon Sep 17 00:00:00 2001 From: KijkEr Date: Wed, 25 Sep 2024 21:41:20 +0200 Subject: [PATCH] Removed test support for sqlserver-1.5.0 and 1.6.0. These versions don't exist. --- tox.ini | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/tox.ini b/tox.ini index ae8be247..9a67e0b2 100644 --- a/tox.ini +++ b/tox.ini @@ -321,22 +321,6 @@ commands = dbt deps dbt build --target postgres -[testenv:integration_postgres_1_5_0] -changedir = integration_test_project -deps = dbt-postgres~=1.5.0 -commands = - dbt clean - dbt deps - dbt build --target postgres - -[testenv:integration_postgres_1_6_0] -changedir = integration_test_project -deps = dbt-postgres~=1.6.0 -commands = - dbt clean - dbt deps - dbt build --target postgres - [testenv:integration_postgres_1_7_0] changedir = integration_test_project deps = dbt-postgres~=1.7.0