Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit c210acf

Browse files
add env vars for datadog test visibility (#875) (#876)
* add env vars for datadog test visibility * force tests * fix test (cherry picked from commit eb1b97e) Co-authored-by: Emily Rockman <[email protected]>
1 parent da5f18c commit c210acf

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

tox.ini

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,11 @@ passenv =
2222
PYTEST_ADDOPTS
2323
DATAPROC_*
2424
GCS_BUCKET
25-
DD_SERVICE
25+
DD_CIVISIBILITY_AGENTLESS_ENABLED
26+
DD_API_KEY
27+
DD_SITE
2628
DD_ENV
29+
DD_SERVICE
2730
commands =
2831
bigquery: {envpython} -m pytest {posargs} -vv tests/functional -k "not TestPython" --profile service_account
2932
deps =
@@ -39,8 +42,11 @@ passenv =
3942
PYTEST_ADDOPTS
4043
DATAPROC_*
4144
GCS_BUCKET
42-
DD_SERVICE
45+
DD_CIVISIBILITY_AGENTLESS_ENABLED
46+
DD_API_KEY
47+
DD_SITE
4348
DD_ENV
49+
DD_SERVICE
4450
commands =
4551
{envpython} -m pytest {posargs} -vv tests/functional -k "TestPython" --profile service_account
4652
deps =

0 commit comments

Comments
 (0)