Skip to content

Commit 3f1eac0

Browse files
change default scheduler from sequential to dynamic
1 parent af20e5f commit 3f1eac0

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
@@ -19,7 +19,7 @@ def pytest_addoption(parser):
1919
'--scheduler',
2020
dest='scheduler',
2121
choices=['sequential', 'static', 'dynamic', 'slurm', 'shell'],
22-
default='sequential',
22+
default='dynamic',
2323
help='Method used by pytest_parallel to schedule tests',
2424
)
2525

0 commit comments

Comments
 (0)