Skip to content

Commit

Permalink
add datadog env vars to tox.ini (#576) (#580)
Browse files Browse the repository at this point in the history
(cherry picked from commit 68afcba)

Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
github-actions[bot] and mikealfare authored Aug 12, 2023
1 parent 0ac07a2 commit db77c8c
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 =
redshift: {envpython} -m pytest {posargs} -m profile_redshift tests/integration
redshift: {envpython} -m pytest {posargs} tests/functional
Expand Down

0 comments on commit db77c8c

Please sign in to comment.