Skip to content

Commit

Permalink
Removed test support for sqlserver-1.5.0 and 1.6.0. These versions do…
Browse files Browse the repository at this point in the history
…n't exist.
  • Loading branch information
bvkabn committed Sep 25, 2024
1 parent eb18222 commit db5e1b1
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit db5e1b1

Please sign in to comment.