Skip to content

Commit

Permalink
add supported adapter list
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Jun 11, 2024
1 parent 5b9ecd1 commit 5e0ffe5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
[tox]
skipsdist = True
envlist = lint_all, textenv
envlist = lint_all, testenv
# this needs to be defined on a single line. tox has problems with multi line lists
supported_adapters = postgres, snowflake, bigquery, redshift

[testenv]
passenv =
Expand All @@ -21,6 +23,10 @@ passenv =
SNOWFLAKE_TEST_WAREHOUSE
SNOWFLAKE_TEST_SCHEMA

# This is required to ensure that the correct adapters are tested
[testenv:list_adapters]
commands = echo {[tox]supported_adapters}

# Uses pytest to run tests, very basic and doesn't require dbt
[testenv:dbt_integration_pytest]
changedir = {toxinidir}
Expand Down

0 comments on commit 5e0ffe5

Please sign in to comment.