diff --git a/pytest_parallel/plugin.py b/pytest_parallel/plugin.py index 2dca271..921a65f 100644 --- a/pytest_parallel/plugin.py +++ b/pytest_parallel/plugin.py @@ -20,7 +20,7 @@ def pytest_addoption(parser): '--scheduler', dest='scheduler', choices=['sequential', 'static', 'dynamic', 'slurm', 'shell'], - default='sequential', + default='dynamic', help='Method used by pytest_parallel to schedule tests', )