Skip to content

Commit

Permalink
remove unnecessary pip_pre arg from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-rogers-dbt committed Aug 21, 2023
1 parent 9e0769e commit fc2c610
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
[tox]
skipsdist = True
envlist = unit, flake8, integration-spark-thrift
pip_pre = true

[testenv:{unit,py38,py39,py310,py}]
allowlist_externals =
/bin/bash
commands = /bin/bash -c '{envpython} -m pytest -v {posargs} tests/unit'
pip_pre = true
passenv =
DBT_*
PYTEST_ADDOPTS
Expand All @@ -19,7 +17,6 @@ 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 @@ -33,7 +30,6 @@ 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 @@ -48,7 +44,6 @@ 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 @@ -64,7 +59,6 @@ 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 @@ -78,7 +72,6 @@ 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 fc2c610

Please sign in to comment.