Skip to content

Commit

Permalink
tests: Use worksteal xdist balancer (PrincetonUniversity#2670)
Browse files Browse the repository at this point in the history
Requires pytest-xdist >=3.2.0

Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu>
  • Loading branch information
jvesely authored May 13, 2023
1 parent 878b32e commit d6f8e35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ pytest-helpers-namespace<2021.12.30
pytest-profiling<1.7.1
pytest-pycodestyle<2.4.0
pytest-pydocstyle<2.4.0
pytest-xdist<3.3.0
pytest-xdist<3.3.0, >=3.2.0
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ addopts =
-s
-vv
-n auto
--dist worksteal
--benchmark-disable
--benchmark-disable-gc
--benchmark-warmup=on
Expand Down

0 comments on commit d6f8e35

Please sign in to comment.