Skip to content

Commit edbd657

Browse files
authored
Make it clearer parallel testing happens via pytest-xdist (#303)
1 parent d2bc6b3 commit edbd657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spin/cmds/meson.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ def _get_configured_command(command_name):
445445
metavar="N_JOBS",
446446
default="1",
447447
help=(
448-
"Number of parallel jobs for testing. Can be set to `auto` to use all cores."
448+
"Number of parallel jobs for testing with pytest-xdist. Can be set to `auto` to use all cores."
449449
),
450450
)
451451
@click.option(

0 commit comments

Comments
 (0)