Skip to content

Commit

Permalink
infra: allow worksteal for testing (#960)
Browse files Browse the repository at this point in the history
  • Loading branch information
math411 committed May 6, 2024
1 parent 2730aa1 commit 7824bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ test=pytest
xfail_strict = true
# https://pytest-xdist.readthedocs.io/en/latest/known-limitations.html
addopts =
--verbose -n logical --durations=0 --durations-min=1
--verbose -n logical --durations=0 --durations-min=1 --dist worksteal
testpaths = test/unit_tests
filterwarnings=
# Issue #557 in `pytest-cov` (currently v4.x) has not moved for a while now,
Expand Down

0 comments on commit 7824bfb

Please sign in to comment.