Skip to content

Commit

Permalink
ci: move -n auto to ci only
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang authored Oct 4, 2024
1 parent 32c2bd8 commit 5b9a130
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/integration/pytest.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[pytest]
addopts =
-ra
-n auto
--showlocals
--exitfirst
--color=yes
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ commands =
ruff format --diff .
ruff check --no-fix integration
mypy integration
pytest {posargs:integration}
pytest -n auto {posargs:integration}

[testenv:phoenix_evals]
changedir = packages/phoenix-evals/
Expand Down

0 comments on commit 5b9a130

Please sign in to comment.