Skip to content

Commit

Permalink
add datadog env vars to tox.ini (#739) (#743)
Browse files Browse the repository at this point in the history
(cherry picked from commit e0376b2)

Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and mikealfare authored Aug 12, 2023
1 parent cadcb5f commit f82a26f
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_*
SNOWFLAKE_TEST_*
PYTEST_ADDOPTS
DD_SERVICE
DD_CIVISIBILITY_AGENTLESS_ENABLED
DD_API_KEY
DD_SITE
DD_ENV
DD_SERVICE
commands =
snowflake: {envpython} -m pytest {posargs} -m profile_snowflake tests/integration
snowflake: {envpython} -m pytest {posargs} tests/functional
Expand Down

0 comments on commit f82a26f

Please sign in to comment.