Skip to content

Commit

Permalink
single worker
Browse files Browse the repository at this point in the history
  • Loading branch information
s-maddrellmander committed Jul 27, 2023
1 parent 04b4b07 commit 49219f0
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 @@ -93,7 +93,7 @@ include = '\.pyi?$'

[tool.pytest.ini_options]
minversion = "6.0"
addopts = "--verbose --durations=10 -n auto --cov=graphium --cov-fail-under=60 --cov-report xml --cov-report term"
addopts = "--verbose --durations=10 -n 1 --cov=graphium --cov-fail-under=60 --cov-report xml --cov-report term"
testpaths = ["tests"]
filterwarnings = [
"ignore::DeprecationWarning:ray.*:",
Expand Down

0 comments on commit 49219f0

Please sign in to comment.