Skip to content

Commit

Permalink
add env vars to tox.ini (#8365) (#8370)
Browse files Browse the repository at this point in the history
* add env vars to tox.ini

* revert test

(cherry picked from commit b7aee3f)

Co-authored-by: Emily Rockman <[email protected]>
  • Loading branch information
github-actions[bot] and emmyoop authored Aug 11, 2023
1 parent fa81468 commit 84860e5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ passenv =
DBT_*
POSTGRES_TEST_*
PYTEST_ADDOPTS
DD_SERVICE
DD_CIVISIBILITY_AGENTLESS_ENABLED
DD_API_KEY
DD_SITE
DD_ENV
DD_SERVICE
commands =
{envpython} -m pytest --cov=core -m profile_postgres {posargs} test/integration
{envpython} -m pytest --cov=core {posargs} tests/functional
Expand Down

0 comments on commit 84860e5

Please sign in to comment.