diff --git a/xdist/plugin.py b/xdist/plugin.py index a19515d..3e6033f 100644 --- a/xdist/plugin.py +++ b/xdist/plugin.py @@ -115,7 +115,7 @@ def pytest_cmdline_main(config): if val("dist") != "no": if usepdb: raise pytest.UsageError( - "--pdb incompatible with distributing tests.") + "--pdb is incompatible with distributing tests; try using -n0.") # noqa: E501 # ------------------------------------------------------------------------- # fixtures