Skip to content

Commit

Permalink
infra: allow worksteal for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Coull committed Apr 18, 2024
1 parent b492031 commit 953866f
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 953866f

Please sign in to comment.