Skip to content

Commit 98f475a

Browse files
change default scheduler from sequential to dynamic
1 parent f37989c commit 98f475a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_parallel/plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def pytest_addoption(parser):
2020
'--scheduler',
2121
dest='scheduler',
2222
choices=['sequential', 'static', 'dynamic', 'slurm', 'shell'],
23-
default='sequential',
23+
default='dynamic',
2424
help='Method used by pytest_parallel to schedule tests',
2525
)
2626

0 commit comments

Comments
 (0)