diff --git a/tox.ini b/tox.ini index f4c81be6..f30a666e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] skipsdist = True -envlist = unit, flake8, integration-spark-thrift +envlist = unit, integration [testenv:{unit}] allowlist_externals = @@ -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