Skip to content

Commit

Permalink
remove pytest running in parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
gcroci2 committed Jun 3, 2024
1 parent 0886700 commit 3183e41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ exclude = ["tests", "tests*", "*tests.*", "*tests"]

[tool.pytest.ini_options]
# pytest options: -ra: show summary info for all test outcomes
# -n auto: run tests in parallel
addopts = "-ra -n auto"
addopts = "-ra"

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

0 comments on commit 3183e41

Please sign in to comment.