Skip to content

Commit

Permalink
standardize config
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Nov 21, 2023
1 parent c4a00d4 commit b26ac9c
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
skipsdist = True
skipsdist = true
envlist = py38,py39,py310,py311

[testenv:{unit,py38,py39,py310,py311,py}]
Expand All @@ -9,22 +9,15 @@ passenv =
DBT_*
PYTEST_ADDOPTS
commands = {envpython} -m pytest {posargs} tests/unit
deps =
-e.[dev,test]
deps = -e.[test]

[testenv:{integration,py38,py39,py310,py311,py}-{snowflake}]
description = adapter plugin integration testing
description = integration testing
skip_install = true
passenv =
DBT_*
SNOWFLAKE_TEST_*
PYTEST_ADDOPTS
DD_CIVISIBILITY_AGENTLESS_ENABLED
DD_API_KEY
DD_SITE
DD_ENV
DD_SERVICE
commands =
snowflake: {envpython} -m pytest {posargs} tests/functional
deps =
-e.[test]
SNOWFLAKE_TEST_*
DD_*
commands = {envpython} -m pytest {posargs} tests/functional
deps = -e.[test]

0 comments on commit b26ac9c

Please sign in to comment.