We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af20e5f commit 3f1eac0Copy full SHA for 3f1eac0
pytest_parallel/plugin.py
@@ -19,7 +19,7 @@ def pytest_addoption(parser):
19
'--scheduler',
20
dest='scheduler',
21
choices=['sequential', 'static', 'dynamic', 'slurm', 'shell'],
22
- default='sequential',
+ default='dynamic',
23
help='Method used by pytest_parallel to schedule tests',
24
)
25
0 commit comments