From eb1b97edaf82168ca9837447e4b5d75d874099b7 Mon Sep 17 00:00:00 2001 From: Emily Rockman Date: Fri, 11 Aug 2023 12:00:58 -0500 Subject: [PATCH] add env vars for datadog test visibility (#875) * add env vars for datadog test visibility * force tests * fix test --- tox.ini | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 54718cacc..1d5413dcf 100644 --- a/tox.ini +++ b/tox.ini @@ -22,8 +22,11 @@ passenv = PYTEST_ADDOPTS DATAPROC_* GCS_BUCKET - DD_SERVICE + DD_CIVISIBILITY_AGENTLESS_ENABLED + DD_API_KEY + DD_SITE DD_ENV + DD_SERVICE commands = bigquery: {envpython} -m pytest {posargs} -vv tests/functional -k "not TestPython" --profile service_account deps = @@ -39,8 +42,11 @@ passenv = PYTEST_ADDOPTS DATAPROC_* GCS_BUCKET - DD_SERVICE + DD_CIVISIBILITY_AGENTLESS_ENABLED + DD_API_KEY + DD_SITE DD_ENV + DD_SERVICE commands = {envpython} -m pytest {posargs} -vv tests/functional -k "TestPython" --profile service_account deps =