diff --git a/xdist/plugin.py b/xdist/plugin.py index b47cbe8..b7bb485 100644 --- a/xdist/plugin.py +++ b/xdist/plugin.py @@ -105,7 +105,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