Skip to content

Commit

Permalink
add datadog env vars to tox.ini (#576)
Browse files Browse the repository at this point in the history
(cherry picked from commit 68afcba)
  • Loading branch information
mikealfare authored and github-actions[bot] committed Aug 11, 2023
1 parent 6bb9855 commit 52ea3a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ passenv =
DBT_*
REDSHIFT_TEST_*
PYTEST_ADDOPTS
DD_SERVICE
DD_CIVISIBILITY_AGENTLESS_ENABLED
DD_API_KEY
DD_SITE
DD_ENV
DD_SERVICE
commands =
{envpython} -m pytest --dist=loadscope {posargs} tests/functional -k "not tests/functional/adapter/utils"
{envpython} -m pytest --dist=loadscope {posargs} tests/functional/adapter/utils
Expand Down

0 comments on commit 52ea3a6

Please sign in to comment.