Skip to content

Commit

Permalink
disable parallel pytests
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 21, 2024
1 parent 7a3c64f commit 9b15fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typeCheckingMode = "strict"
useLibraryCodeForTypes = true

[tool.pytest.ini_options]
addopts = " -n auto --capture=no --doctest-modules --failed-first"
addopts = " -n 0 --capture=no --doctest-modules --failed-first"

[tool.ruff]
line-length = 88
Expand Down

0 comments on commit 9b15fea

Please sign in to comment.