From c210acf2661ea2b8ec2513fb9435e59b20d49632 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 21:38:55 +0000 Subject: [PATCH] add env vars for datadog test visibility (#875) (#876) * add env vars for datadog test visibility * force tests * fix test (cherry picked from commit eb1b97edaf82168ca9837447e4b5d75d874099b7) Co-authored-by: Emily Rockman --- 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 =