Skip to content

Commit

Permalink
fix: remove -n option of pytest (#437)
Browse files Browse the repository at this point in the history
  • Loading branch information
utotsubasa authored Feb 10, 2025
1 parent 8f2a16f commit 4319ea5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,6 @@ check_untyped_defs = true

[tool.pytest.ini_options]
testpaths = ["test"]
addopts = "-n auto -s -v --durations=0"
# NOTE: `-n auto` makes pytest fast but unstable
# ref: https://github.com/m3dev/gokart/issues/436
addopts = "-s -v --durations=0"

0 comments on commit 4319ea5

Please sign in to comment.