Skip to content

Commit

Permalink
split out integration tests to fit on the windows free tier (#582) (#584
Browse files Browse the repository at this point in the history
)

Co-authored-by: colin-rogers-dbt <[email protected]>
(cherry picked from commit 8eb13b1)

Co-authored-by: Mike Alfare <[email protected]>
  • Loading branch information
github-actions[bot] and mikealfare authored Aug 16, 2023
1 parent a000b71 commit 76fc61e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ passenv =
DD_ENV
DD_SERVICE
commands =
{envpython} -m pytest --dist=loadscope {posargs} tests/functional -k "not tests/functional/adapter/utils"
{envpython} -m pytest --dist=loadscope {posargs} tests/functional -k "not tests/functional/adapter/utils and not tests/functional/adapter/incremental"
{envpython} -m pytest --dist=loadscope {posargs} tests/functional/adapter/utils
{envpython} -m pytest --dist=loadscope {posargs} tests/functional/adapter/incremental
deps =
-rdev-requirements.txt
-e.

0 comments on commit 76fc61e

Please sign in to comment.