From 5ea5c55330304d1355bc2ea677693f6b8d94e5da Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 3 Aug 2023 12:53:25 -0700 Subject: [PATCH] allow pre-release installs --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index bf0285c70..2835c34bb 100644 --- a/tox.ini +++ b/tox.ini @@ -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 @@ -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_* @@ -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_* @@ -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_* @@ -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_* @@ -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_*