Skip to content

Commit

Permalink
split out integration tests to fit on the windows free tier (#582)
Browse files Browse the repository at this point in the history
Co-authored-by: colin-rogers-dbt <[email protected]>
  • Loading branch information
mikealfare and colin-rogers-dbt authored Aug 16, 2023
1 parent 8d66c92 commit 8eb13b1
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 8eb13b1

Please sign in to comment.