Skip to content

Commit

Permalink
allow pre-release installs
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Aug 3, 2023
1 parent 86d9767 commit 5ea5c55
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pip_pre = true
allowlist_externals =
/bin/bash
commands = /bin/bash -c '{envpython} -m pytest -v {posargs} tests/unit'
pip_pre = true
passenv =
DBT_*
PYTEST_ADDOPTS
Expand All @@ -18,6 +19,7 @@ deps =
allowlist_externals =
/bin/bash
basepython = python3.8
pip_pre = true
commands = /bin/bash -c '{envpython} -m pytest -v --profile databricks_http_cluster {posargs} -n4 tests/functional/adapter/*'
passenv =
DBT_*
Expand All @@ -31,6 +33,7 @@ deps =
allowlist_externals =
/bin/bash
basepython = python3.8
pip_pre = true
commands = /bin/bash -c '{envpython} -m pytest -v --profile databricks_cluster {posargs} -n4 tests/functional/adapter/*'
passenv =
DBT_*
Expand All @@ -45,6 +48,7 @@ deps =
allowlist_externals =
/bin/bash
basepython = python3.8
pip_pre = true
commands = /bin/bash -c '{envpython} -m pytest -v --profile databricks_sql_endpoint {posargs} -n4 tests/functional/adapter/*'
passenv =
DBT_*
Expand All @@ -60,6 +64,7 @@ deps =
allowlist_externals =
/bin/bash
basepython = python3.8
pip_pre = true
commands = /bin/bash -c '{envpython} -m pytest -v --profile apache_spark {posargs} -n4 tests/functional/adapter/*'
passenv =
DBT_*
Expand All @@ -73,6 +78,7 @@ deps =
allowlist_externals =
/bin/bash
basepython = python3.10
pip_pre = true
commands = /bin/bash -c '{envpython} -m pytest -v --profile spark_session {posargs} -n4 tests/functional/adapter/*'
passenv =
DBT_*
Expand Down

0 comments on commit 5ea5c55

Please sign in to comment.