Skip to content

Commit

Permalink
add env vars for datadog test visibility (#875) (#876)
Browse files Browse the repository at this point in the history
* add env vars for datadog test visibility

* force tests

* fix test

(cherry picked from commit eb1b97e)

Co-authored-by: Emily Rockman <[email protected]>
  • Loading branch information
github-actions[bot] and emmyoop authored Aug 11, 2023
1 parent da5f18c commit c210acf
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand All @@ -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 =
Expand Down

0 comments on commit c210acf

Please sign in to comment.