From a000b71e3d617fa4837dba0c83eaa10f1f3d5951 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 00:17:43 -0400 Subject: [PATCH] add datadog env vars to tox.ini (#576) (#577) (cherry picked from commit 68afcbaf4bc7e2bae2e79cd0ccc57fe541333474) 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 e594c943a..12c25b37e 100644 --- a/tox.ini +++ b/tox.ini @@ -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