Skip to content

Commit

Permalink
make tests for ags non-parrallel to avoid db race conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
victordibia committed Nov 26, 2024
1 parent 7bf3df2 commit 6a10acd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/packages/autogen-studio/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ ignore = ["B008"]
[tool.poe.tasks]
fmt = "ruff format"
format.ref = "fmt"
lint = "ruff check"
lint = "ruff check"
test = "pytest -n 0"

0 comments on commit 6a10acd

Please sign in to comment.