Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders authored Nov 9, 2023
1 parent 2e16ac7 commit f91b38e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
skipsdist = True
envlist = unit, flake8, integration-spark-thrift
envlist = unit, integration

[testenv:{unit}]
allowlist_externals =
Expand All @@ -16,7 +16,7 @@ deps =
[testenv:{integration}]
allowlist_externals =
/bin/bash
commands = /bin/bash -c '{envpython} -m pytest -v {posargs}'
commands = /bin/bash -c '{envpython} -m pytest -v {posargs} tests/functional/adapter/'
passenv =
DBT_*
PYTEST_ADDOPTS
Expand Down

0 comments on commit f91b38e

Please sign in to comment.