We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2bc6b3 commit edbd657Copy full SHA for edbd657
1 file changed
spin/cmds/meson.py
@@ -445,7 +445,7 @@ def _get_configured_command(command_name):
445
metavar="N_JOBS",
446
default="1",
447
help=(
448
- "Number of parallel jobs for testing. Can be set to `auto` to use all cores."
+ "Number of parallel jobs for testing with pytest-xdist. Can be set to `auto` to use all cores."
449
),
450
)
451
@click.option(
0 commit comments