Skip to content

Commit

Permalink
finish renames
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jun 11, 2024
1 parent f904edf commit b4fb984
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ passenv =
changedir = integration_tests
allowlist_externals =
dbt
{[testenv:dbt_integration_postgres_pytest]allowlist_externals}
{[testenv:dbt_integration_pytest]allowlist_externals}
skip_install = true
deps = {[testenv:dbt_integration_postgres_pytest]deps}
deps = {[testenv:dbt_integration_pytest]deps}
commands =
dbt --version
dbt debug --target snowflake
dbt deps --target snowflake
dbt build --target snowflake --full-refresh
bash -c "cd {toxinidir} && {[testenv:dbt_integration_postgres_pytest]commands}"
bash -c "cd {toxinidir} && {[testenv:dbt_integration_pytest]commands}"


# Postgres integration tests for centralized dbt testing
Expand All @@ -48,15 +48,15 @@ changedir = integration_tests
allowlist_externals =
dbt
bash
{[testenv:dbt_integration_postgres_pytest]allowlist_externals}
{[testenv:dbt_integration_pytest]allowlist_externals}
skip_install = true
deps = {[testenv:dbt_integration_postgres_pytest]deps}
deps = {[testenv:dbt_integration_pytest]deps}
commands =
dbt --version
dbt debug --target postgres
dbt deps --target postgres
dbt build --target postgres --full-refresh
bash -c "cd {toxinidir} && {[testenv:dbt_integration_postgres_pytest]commands}"
bash -c "cd {toxinidir} && {[testenv:dbt_integration_pytest]commands}"

# Postgres integration tests for centralized dbt testing
# Uses pytest to run tests, assumes dbt is already installed in environment
Expand Down

0 comments on commit b4fb984

Please sign in to comment.