Skip to content

Commit

Permalink
Reset tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
JCZuurmond committed Sep 29, 2023
1 parent 2655631 commit 212f828
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,17 @@ deps =

[testenv:integration-spark-thrift]
description = run integration tests against a Spark thrift server
allowlist_externals =
/bin/bash
basepython = python3.9
passenv =
DBT_*
PYTEST_ADDOPTS
deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/dev-requirements.txt
-e.
commands = pytest -v --profile apache_spark {posargs} -n4 tests/functional/adapter/*
commands = /bin/bash -c '{envpython} -m pytest -v --profile apache_spark {posargs} -n4 tests/functional/adapter/*'

[testenv:integration-spark-session]
description = run integration tests against a Spark session
Expand All @@ -76,4 +79,4 @@ deps =
-r{toxinidir}/requirements.txt
-r{toxinidir}/dev-requirements.txt
-e.[session]
commands = pytest -v --profile spark_session {posargs} -n4 tests/functional/adapter/*
commands = /bin/bash -c '{envpython} -m pytest -v --profile spark_session {posargs} -n4 tests/functional/adapter/*'

0 comments on commit 212f828

Please sign in to comment.