Skip to content

Commit b850d0d

Browse files
minor (typo)
1 parent af20e5f commit b850d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_pytest_parallel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def run_pytest_parallel_test(test_name, n_workers, scheduler, capfd, suffix=""):
5252
stderr_file_path.unlink(missing_ok=True)
5353

5454
test_env = os.environ.copy()
55-
# To test pytest_parallel, we can need to launch pytest with it
55+
# To test pytest_parallel, we need to launch pytest with pytest_parallel as a plugin:
5656
if "PYTEST_DISABLE_PLUGIN_AUTOLOAD" not in test_env:
5757
test_env["PYTEST_DISABLE_PLUGIN_AUTOLOAD"] = "1"
5858
cmd = f"mpiexec -n {n_workers} pytest -p pytest_parallel.plugin -s -ra -vv --color=no --scheduler={scheduler} {test_file_path}"

0 commit comments

Comments
 (0)