diff --git a/tox.ini b/tox.ini index 406972020..d80ad2143 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,9 @@ envlist = py37,py38,py39 [testenv:{unit,py37,py38,py39,py}] description = unit testing skip_install = true -passenv = DBT_* PYTEST_ADDOPTS +passenv = + DBT_* + PYTEST_ADDOPTS commands = {envpython} -m pytest {posargs} tests/unit deps = -rdev_requirements.txt @@ -14,7 +16,10 @@ deps = [testenv:{integration,py37,py38,py39,py}-{snowflake}] description = adapter plugin integration testing skip_install = true -passenv = DBT_* SNOWFLAKE_TEST_* PYTEST_ADDOPTS +passenv = + DBT_* + SNOWFLAKE_TEST_* + PYTEST_ADDOPTS commands = snowflake: {envpython} -m pytest {posargs} -m profile_snowflake tests/integration snowflake: {envpython} -m pytest {posargs} tests/functional