Skip to content

Commit

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

* force tests

* fix test
  • Loading branch information
emmyoop authored Aug 11, 2023
1 parent c6a3e31 commit eb1b97e
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 eb1b97e

Please sign in to comment.