From f82a26f6812e84a4cddafc95a2cddf15bebc82b7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 23:03:12 -0400 Subject: [PATCH] add datadog env vars to tox.ini (#739) (#743) (cherry picked from commit e0376b2f66b30065ac9bb35772afd2176a1ae50f) Co-authored-by: Mike Alfare <13974384+mikealfare@users.noreply.github.com> --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0a1c8d88d..709630a92 100644 --- a/tox.ini +++ b/tox.ini @@ -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