Skip to content

Commit

Permalink
simplify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Sep 4, 2024
1 parent cb82461 commit 2a1d2e4
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ skip_install = true
commands =
dbt --version
dbt debug --target postgres
dbt deps --target postgres
dbt build --target postgres --full-refresh

# redshift integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
Expand All @@ -104,8 +102,6 @@ skip_install = true
commands =
dbt --version
dbt debug --target redshift
dbt deps --target redshift
dbt build --target redshift --full-refresh

# BigQuery integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
Expand All @@ -117,8 +113,6 @@ skip_install = true
commands =
dbt --version
dbt debug --target bigquery
dbt deps --target bigquery
dbt build --target bigquery --full-refresh

# Snowflake integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
Expand All @@ -130,8 +124,6 @@ skip_install = true
commands =
dbt --version
dbt debug --target snowflake
dbt deps --target snowflake
dbt build --target snowflake --full-refresh

# Trino integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
Expand All @@ -143,8 +135,6 @@ skip_install = true
commands =
dbt --version
dbt debug --target trino
dbt deps --target trino
dbt build --target trino --full-refresh

# Databricks integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
Expand All @@ -156,8 +146,6 @@ skip_install = true
commands =
dbt --version
dbt debug --target trino
dbt deps --target trino
dbt build --target trino --full-refresh

# Spark integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
Expand All @@ -169,8 +157,6 @@ skip_install = true
commands =
dbt --version
dbt debug --target trino
dbt deps --target trino
dbt build --target trino --full-refresh

# Fabric integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
Expand All @@ -182,8 +168,6 @@ skip_install = true
commands =
dbt --version
dbt debug --target trino
dbt deps --target trino
dbt build --target trino --full-refresh

# Synapse integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
Expand All @@ -195,8 +179,6 @@ skip_install = true
commands =
dbt --version
dbt debug --target trino
dbt deps --target trino
dbt build --target trino --full-refresh

# Athena integration tests for centralized dbt testing
# run dbt commands directly, assumes dbt is already installed in environment
Expand All @@ -208,5 +190,3 @@ skip_install = true
commands =
dbt --version
dbt debug --target trino
dbt deps --target trino
dbt build --target trino --full-refresh

0 comments on commit 2a1d2e4

Please sign in to comment.